Sep 13, 2002 #1 shelbytll Programmer Dec 7, 2001 135 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 May 19, 2002 295 IN Set the Windowstate property to 2 - maximized Upvote 0 Downvote
Sep 13, 2002 1 #3 ChrisRChamberlain Programmer Mar 23, 2000 3,392 GB shelbytll In the .Load() event put :- THIS.WindowState = 2 HTH Chris Upvote 0 Downvote
Sep 15, 2002 Thread starter #4 shelbytll Programmer Dec 7, 2001 135 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 Mar 23, 2000 3,392 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