hi, when I switch the form view, form.designer.cs corrupts and when I run the code Anchors change their positions today I installed Visual Studio 2008 sp1... According to me, menu can be cause it any ideas? thanx...
hi, when I switch the form view, form.designer.cs corrupts and when I run the code Anchors change their positions today I installed Visual Studio 2008 sp1... According to me, menu can be cause it any ideas? thanx...
You are not suppose to change stuff inside the form.desiner.cs .....If you want to change your control behaviour you may either do at the design time or within the form.cs file.