JaedenRuiner
Well-known member
- Joined
- Aug 13, 2007
- Messages
- 340
- Programming Experience
- 10+
It appears that contrary to previous incarnations of VB the only way to truly detect changes to the window state is by listening to the SizeChanged() event and having a "stored" variable that retains the "old state" and comparing it to the new state. Is this accurate or is there a better way within the Windows Forms class to determine when the user maximizes/minimizes/restores the form.
Thanks
Thanks