Laurent
10-03-2001, 05:56 AM
Hi Folks!
As i said i bit earlyer this week, i'm starting to learn to play around with MDIForms and a few questions pops out:
1- how come the form isn't the same size in design as in execution? when i run the application the form is not the same size at all?
2- how can i center a form that isn't maximized? i tried this but in vain:
frmChild.top = frmMain.height / 2 - frmchild.height / 2
frmChild.left = frmMain.width / 2 - frmchild.width / 2
3- is there a collection for all the MDI child windows, i'll use this to do an unload in the exit function?
thanks again to everyone
I'll be amongst the best any minute now !
As i said i bit earlyer this week, i'm starting to learn to play around with MDIForms and a few questions pops out:
1- how come the form isn't the same size in design as in execution? when i run the application the form is not the same size at all?
2- how can i center a form that isn't maximized? i tried this but in vain:
frmChild.top = frmMain.height / 2 - frmchild.height / 2
frmChild.left = frmMain.width / 2 - frmchild.width / 2
3- is there a collection for all the MDI child windows, i'll use this to do an unload in the exit function?
thanks again to everyone
I'll be amongst the best any minute now !