Results 1 to 4 of 4

Thread: [2005] Form not in Taskbar

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2008
    Posts
    1,754

    [2005] Form not in Taskbar

    Hello out of cuorisoty how do i make my program not show up in the windows taskbar? It can show up as one of those small icons in the windows taskbar on the far right but not as one of those tabs that popup when minimized.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Form not in Taskbar

    If you don't want a form show in the task bar then set its ShowInTaskbar property to False. Oh, those cryptic property names!

    If you want an icon in the notification area (system tray) then you need to add a NotifyIcon to your form, set its Icon property and set its Visible property to True.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: [2005] Form not in Taskbar

    Here is a recent thread on the topic: http://www.vbforums.com/showthread.php?t=503645
    EDIT: jmc beating me all morning.

  4. #4
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: [2005] Form not in Taskbar

    If you add a notifyicon remember to set the visble property to false when you exit the app. it isn't required, just neater.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

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