Results 1 to 2 of 2

Thread: minimize to notification area/system tray

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    2

    minimize to notification area/system tray

    Hi. I'm writing a program in VB.NET 2003. I want to minimize the program so that it does not show up on the taskbar (already got this one down) but have the program icon show up in the notification area/system tray.

    Any suggestions?

  2. #2
    Addicted Member
    Join Date
    Oct 2002
    Posts
    210
    C:\Program Files\Microsoft Visual Studio .NET 2003\Vb7\VB Samples\WinForms-SysTraySample

    gives you a good example.

    in case you don't have it.. i've attached the project.
    Attached Files Attached Files
    [vbcode]
    Me.Hide()
    [/vbcode]

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