Maximize window from system tray icon

veteranvampire

New member
Joined
Mar 10, 2005
Messages
1
Programming Experience
Beginner
In vb.net is there any events to maximize the form that is hidden as an icon in the system tray.

If anyone got the idea.. plz send the code or give some suggestions.




Thanx in advance
 
assuming you've already got a module level variable for the form, simply use variable.show and the form will pop up again, to make sure the form is maximized variable.windowstate = 2
 
Back
Top