Hi All,
- I’m working on Visual Studio 2010 C#
- On my program I’m using the Maximize/Minimize buttons and besides I’m giving the option to manually change the Form.
- Is there an option to find the difference between those events?
- I’m using the Resize Event to find the Maximize/Minimize press and the ResizeBegin and ResizeEnd to find the Resizing event.
- My problem is that there is a double operation of those events and I need to remove that option.
Thanks,
Shimon.