Hi stack overflow,
I have a little problem where if I have a WinForm and maximize it, and send it to the system tray, when I restore it, it isn't the maximum size any longer.
I'm trying to set a flag IsMaximized to true if the form is maximized when it is sent to the tray, but when it is being sent to the tray, the form state is minimized, so it doesn't catch when it is maximized.
Any thoughts on how I can work around this?
Thanks!