Hi All,
- I’m working on Visual Studio 2010 C#
- I’ve placed on a Form a Tabcontrol.
- I need to give the user the option to re-change the form size with the Maximize/Minimize buttons on the upper right corner of the main Form.
- How can I do it?
- Is there a function/procedure that can help me with it?
- I’ve saw that I need to use the: ResizeRedraw component but it didn’t helped me
public Form1()
{
InitializeComponent();
ResizeRedraw = true;
}
- Can someone help me with it, I’m really stuck.
Thanks,
Shimon.