C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

c# windows application


Posted Date: 04 Oct 2008      Posted By: venkatesan T      Member Level: Gold     Points: 1   Responses: 2



how to disable minimize and maximize buttons using c# windows application




Responses

Author: sairam kolasani    04 Oct 2008Member Level: GoldRating: 4 out of 54 out of 54 out of 54 out of 5     Points: 6

It will disable maximize box

this.MaximizeBox = false;

It will disable minimize box

this.MinimizeBox = false;

It will disable maximize box,maximize box and close also

this.ControlBox = false;



Author: Vidhya    04 Oct 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

hi,
In the Properties window, select either Form.MinimizeBox or Form.MaximizeBox and choose false.

Regards,
Vidhya
Note:Kindly rate this content if it really helps you!



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : windows state in c#
Previous : problem related to timer
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use