Hi
I have MDI main form that calls to a caple of child forms.
The code for every form is somthing like this:
The Show() property, i dont want it to be
second, because its showing the windows and then tranforming them
and its not look good :\
The problem is that when i make the Show() property last
there is a problem with the position of the forms.
Every form.location is based on the one before him,
for example the fiirst Child is (0,0) the second is right beside him etc.
But when the Shw() property is last its not get to the correct places
What is the problem ? why i cant move the forms properly
before showing them ?
Thanks.
I have MDI main form that calls to a caple of child forms.
The code for every form is somthing like this:
with Form
.MdiParent =
.Show()
.Width =
.Location =
.Height =
End With
The Show() property, i dont want it to be
second, because its showing the windows and then tranforming them
and its not look good :\
The problem is that when i make the Show() property last
there is a problem with the position of the forms.
Every form.location is based on the one before him,
for example the fiirst Child is (0,0) the second is right beside him etc.
But when the Shw() property is last its not get to the correct places
What is the problem ? why i cant move the forms properly
before showing them ?
Thanks.