Sep 13, 2002 #1 shelbytll Programmer Joined Dec 7, 2001 Messages 135 Location SG I have a form which it's ShowWindow property is 2 - As top level. How do I make it maximise on load? I am a clever newbie...
I have a form which it's ShowWindow property is 2 - As top level. How do I make it maximise on load? I am a clever newbie...
Sep 13, 2002 #2 mm0000 IS-IT--Management Joined May 19, 2002 Messages 295 Location IN Set the Windowstate property to 2 - maximized Upvote 0 Downvote
Sep 13, 2002 1 #3 ChrisRChamberlain Programmer Joined Mar 23, 2000 Messages 3,392 Location GB shelbytll In the .Load() event put :- THIS.WindowState = 2 HTH Chris Upvote 0 Downvote
Sep 15, 2002 Thread starter #4 shelbytll Programmer Joined Dec 7, 2001 Messages 135 Location SG hi, how about I would like to make a FORM window size not sizable and onload, it is it's original size? I have tried to make it's BorderStyle=1 - Fixed Single and onload of the FORM, I code THIS.WindowState = 1 I did achieve the result I want however onload, it is always minimise on to my toolbar. Is there a better way? I am a clever newbie... Upvote 0 Downvote
hi, how about I would like to make a FORM window size not sizable and onload, it is it's original size? I have tried to make it's BorderStyle=1 - Fixed Single and onload of the FORM, I code THIS.WindowState = 1 I did achieve the result I want however onload, it is always minimise on to my toolbar. Is there a better way? I am a clever newbie...
Sep 15, 2002 #5 ChrisRChamberlain Programmer Joined Mar 23, 2000 Messages 3,392 Location GB shelbytll The question you have now asked has no relevance to the original question. Please start a new thread for your new question. HTH Chris Upvote 0 Downvote
shelbytll The question you have now asked has no relevance to the original question. Please start a new thread for your new question. HTH Chris