The problem: child forms is blinked
I have a main form (MDI Form), I want to display an other form (MDIchild=true) (when click a button on toolbar of main form) at a fixed position. But when child form is shown ,it is blinked at the moment. This means first the form is shown at default position and then is shown at specified position. I try to set defaul position (at design time) the same specifid position but all things are not changed. Help me.
Re: The problem: child forms is blinked
Hi,
U have to change the properties (Left, Top)of the form to the required values in the coding. ie., the form will be displayed according to the given values at the run time.
Do try this one.
Have a nice time
sunil