Click to See Complete Forum and Search --> : The problem: child forms is blinked


vuhongviet
October 7th, 2001, 10:18 PM
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.

ramayansunil
October 8th, 2001, 12:07 AM
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