-
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
-
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.
-
Thanks, Jop!
I'll try that when I get home!