Are all of the controls' Anchor properties set the same?
I know that this should not matter in the real world but
this is software. 8^}
The control set up should be done in InitializeComponent()
that part is correct. Was the automatically Designer generated code
manually modified? Perhaps there's a typo there or a control
property that is still remaining after the control has been
removed? The automated stuff doesn't always get this right.
What happens if you create the controls "on the fly?"
¢harlie
"qod" <> wrote in message
news:087101c3bb19$87203fc0$...
yeah...that was the 3rd or 4th thing i did...but it
doesnt work...
it looks to me that there is some misscalculation on
positioning the controls in design time...the form is
borderless and when it first loads in the designer it
shows with border and then the border is set to none
which causes the form to get smaller ofourse...but the
position of some controls changes...i will look in
InitializeComponent() may be the object initialization's
order should be changed...but the designer will change it
back...or i should put the initialization controls in
another procedure that runs before InitializeComponent()

...i have to rearrange the controls before each
compile...this is bad...
>-----Original Message-----
>Hi,
>
>Did you try right clicking on the form in the Designer
window and
>selecting Lock Controls?
>
>¢harlie
>