Hi friends,
I have an interesting problem with Microsoft Visual Studio 2005 DESIGNER. I've created a user control it has a tab control with 3 tab pages in each tab page there are some group box .,
When I reopened my control the group boxes in 2nd and 3rd pages are resized to their half width.
I am looking to designer.cs file externally ( by notepad ):
1) Open control ( There is no change with Size in the file)
2) Resize group boxed ( There is no change with Size in the file )
3) Save and Close control ( There is a change in Size in the file which is correct)
4)Open again the control then it seems that the group box in half width but the size is correct in the file still )
5)Again close it then it changes the file
in the 4.th step designer changes the width but I couldn't understand why ?
I need very urgent help thank you