|
-
Nov 17th, 2000, 05:25 AM
#1
Thread Starter
Hyperactive Member
I have a feeling I'm missing something very obvious here, but here goes.
I've got some nice code (from VB-World) to put my program in the systray instead of the task bar, and I've got all the menus etc sorted. My question is this:
What code is used to show the program again? IE if the user clicked the "Show Program" option on the pop up menu, what code would I use to do this?
I've tried Me.WindowState and a few other properties, but none seem to work. Am I being stupid, or is the code more complicated?
Please help me!
THX
-
Nov 17th, 2000, 05:28 AM
#2
Frenzied Member
hmmm... me.windowstate = 0 should work...
maybe you set the forms.visible?
try to set it to
me.visible = True.
hmmm.. lemmeknow if you miss something.
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Nov 17th, 2000, 05:39 AM
#3
Thread Starter
Hyperactive Member
Thanks, Jop!
I'll try that when I get home!
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
|