Click here to Skip to main content
15,909,530 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,
I create a window form in vb.net ,i false the maximize and minimize buton of page i want when weClick the menu Button the page the page is automatically set the full screen according the system screen . Plz Help me sir i very confussed sir
Thank
Arvind Kumar Singh
Posted
Updated 29-Mar-11 18:08pm
v3

Check the WindowState(or some similar name) property for the form. It should be set to a desired location and not Maximized.
 
Share this answer
 
Comments
Arvind_singh 29-Mar-11 7:38am    
Thanks Sir
Sergey Alexandrovich Kryukov 29-Mar-11 13:25pm    
And no more. My 5.
--SA
Go to properties of ur form.
and set WindowState property to Maximized.
 
Share this answer
 
v2
Comments
Arvind_singh 29-Mar-11 7:32am    
Thanks Sir
Raj.rcr 29-Mar-11 7:36am    
you are welcome.
Sergey Alexandrovich Kryukov 30-Mar-11 3:53am    
Raj, I disagree with the vote of "1"; I think this vote is idiotic.
This Answer is correct. OP could check up WindowState in help and read all what's involved.
I compensated it with my vote of 5.
Cheers.
--SA
Raj.rcr 30-Mar-11 3:57am    
Thank you SA...
Sergey Alexandrovich Kryukov 30-Mar-11 3:55am    
Arvind, you even accepted this Answer. Why would you re-post it? If you have any follow-up Question, go to my Answer add a comment to it -- I'll answer.
--SA
Hey read this article on full screen of form
Full screen[^]

you could do this,

VB
Me.WindowState = FormWindowState.Maximized
 
Share this answer
 
v2
Comments
Arvind_singh 29-Mar-11 7:38am    
Thanks Sir
[no name] 29-Mar-11 7:42am    
Its Ok,

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