|
-
Jan 5th, 2004, 06:48 AM
#1
Thread Starter
Lively Member
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.
-
Jan 5th, 2004, 08:06 AM
#2
Fanatic Member
In your form you can do:
VB Code:
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!
-
Jan 5th, 2004, 08:53 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|