Results 1 to 7 of 7

Thread: Task bar with out a form[***SOLVED***]

  1. #1

    Thread Starter
    Lively Member angel of dark's Avatar
    Join Date
    Dec 2002
    Location
    Leon guanajuato Mexico
    Posts
    74

    Question Task bar with out a form[***SOLVED***]

    Hi every body:

    Does any one knows how to do a form without the taskbar makes an space for the form??

    thanks
    Last edited by angel of dark; May 6th, 2003 at 01:31 PM.
    al peor programador hasta el HELLO WORLD le marca error.....

    event to the worst programmer the Hello world marks him error..

  2. #2
    Fanatic Member
    Join Date
    May 2001
    Posts
    837
    if you don't mean set the form's Border property to None, then i don't understand what you're asking
    The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.

  3. #3

    Thread Starter
    Lively Member angel of dark's Avatar
    Join Date
    Dec 2002
    Location
    Leon guanajuato Mexico
    Posts
    74
    Hi everibody:
    what I mean is for example when you open visual basic or internet explorer in the task bar will apear, this give to you the chance to choose diferent programs, I want that my program don´t apear in the task bar
    al peor programador hasta el HELLO WORLD le marca error.....

    event to the worst programmer the Hello world marks him error..

  4. #4
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629
    If its YOUR program you don't want to appear on the task bar then:

    VB Code:
    1. YourForm.ShownInTaskbar = False

  5. #5

    Thread Starter
    Lively Member angel of dark's Avatar
    Join Date
    Dec 2002
    Location
    Leon guanajuato Mexico
    Posts
    74
    Well I try it to use it but ther is a error. Compile error: function or interface marked as restricted, or the function uses an automation type not suported in Vb.

    Can you write an example??

    thanks
    al peor programador hasta el HELLO WORLD le marca error.....

    event to the worst programmer the Hello world marks him error..

  6. #6
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629
    View the form then in the Properties window look for ShownInTaskbar. Set it to False.

  7. #7

    Thread Starter
    Lively Member angel of dark's Avatar
    Join Date
    Dec 2002
    Location
    Leon guanajuato Mexico
    Posts
    74
    Yeah it works, thanks a lot
    al peor programador hasta el HELLO WORLD le marca error.....

    event to the worst programmer the Hello world marks him error..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width