Click here to Skip to main content
15,918,889 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Plz Ask Me which windows size set as default for windows form in vb.net
Posted
Updated 22-Aug-12 1:47am
v2
Comments
ridoy 22-Aug-12 7:45am    
yes i ask you..now tell?..:-)
Nikhil Vaidya mis 22-Aug-12 7:46am    
hi
ridoy 22-Aug-12 7:48am    
i don't understand what question you do above?..please explain it more
Nikhil Vaidya mis 22-Aug-12 7:52am    
sorry

but if i develop one windows form i set maximum value in windows state so what value i define in size

IF you create an exe and run it, you'll see what VS regards as the default. But the default is for it to be resizable too. Basically, you should make it as big as it needs to be, and no bigger, and ideally make it so it can be resized.
 
Share this answer
 
Ok,then set your WindowState as Maximized if you use default form in windows.But if you want to do it by yourself,then set it's Size property as the size of your screen(ex:1366,768(for mine)).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900