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
Printable View
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
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
Correct answer, but you also can use .Left and .Top properties of the form.