I've managed to get my child forms to open in the top left corner of my MDI using the me.left = 0 and me.top = 0 in the child forms load function. The start position property is set to Windows default.
Is it better practice to do it the method above, or should i just change the start position property for that form to manual as it does the same thing?
OR
Is it better to change start position to manual AND do the me.left = 0 thing?
I want the most efficient way, or some idea on which is the best practice.
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
Is it better practice to do it the method above, or should i just change the start position property for that form to manual as it does the same thing?
OR
Is it better to change start position to manual AND do the me.left = 0 thing?
I want the most efficient way, or some idea on which is the best practice.
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)