Visual Basic 2010: How to make window/form become active foreground?
- by hervard
I'm using Visual Basic 2010 Express.
I have a form that can be minimized.
There's also a tray icon.
I've coded it so that if you double-click on the tray icon, the form's FormWindowState becomes set to Normal; this restores the form to where it to where it was before it became minimized, but the form does not become the active window on my desktop.…