Results 1 to 3 of 3

Thread: Help!![RESOLVED]

  1. #1

    Thread Starter
    Lively Member nokia8210's Avatar
    Join Date
    Dec 2002
    Location
    Coventry
    Posts
    92

    Help!![RESOLVED]

    I need to make my program minimize to the system tray but haven't got a clue how to do it anyone got an idea???

    i'm using vb.net
    Last edited by nokia8210; Jan 5th, 2004 at 08:55 AM.

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    In your form you can do:
    VB Code:
    1. Me.WindowState() = FormWindowState.Minimized

    That will minimize it. For the system tray, look at this article for an idea (it's in C# but you can translate to vb):

    http://msdn.microsoft.com/library/de...rp06102002.asp

    Hope this help you!

  3. #3

    Thread Starter
    Lively Member nokia8210's Avatar
    Join Date
    Dec 2002
    Location
    Coventry
    Posts
    92
    i have found out how to do it, didn't notice the notifyIcon function.

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