samzsitez
June 18th, 2001, 09:28 PM
I have 2 forms which load up in the beggining, only problem it that they overlap. Is tere a way to specify the windows' starting position?
thanks
thanks
|
Click to See Complete Forum and Search --> : Form Window positions samzsitez June 18th, 2001, 09:28 PM I have 2 forms which load up in the beggining, only problem it that they overlap. Is tere a way to specify the windows' starting position? thanks cksiow June 18th, 2001, 09:39 PM there is a property called StartupPosition, or alternatively use the Move method in the form load event to move the form to the position that u want. HTH cksiow http://vblib.virtualave.net - share our codes Tower June 18th, 2001, 09:53 PM Correct answer, but you also can use .Left and .Top properties of the form. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |