|
-
Aug 13th, 2004, 11:25 AM
#1
Thread Starter
Hyperactive Member
Systray easy question... I Think....
I wan't my app to be only with a module and a systray icon+menu...
How do I do that?
-
Aug 13th, 2004, 11:30 AM
#2
Have atleast one hidden form to get the menu easily. You can have systray code linked to the same form. That way, any systray example you can find will do. Here is a systray example from my archives. See also the topic the attachment is posted in for more information
-
Aug 13th, 2004, 11:48 AM
#3
Thread Starter
Hyperactive Member
well...
what you gave me has a form which i don't want to show at all...
p.s.
the program starts from Sub Main()
-
Aug 13th, 2004, 12:09 PM
#4
Need-a-life Member
Re: well...
Originally posted by Trojan
what you gave me has a form which i don't want to show at all...
p.s.
the program starts from Sub Main()
You can hide the form, there's no need to show it.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Aug 13th, 2004, 12:11 PM
#5
Yes, you can have a form without showing it. You just have to edit the code so that it works for you. It shouldn't be too hard, just some initializing and terminating stuff to the Main sub.
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
|