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 »

windows state in c#


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



in vb.net we will use 'Me.WindowState =FormWindowState.Maximized'
what is the alternative for c# windows application





Responses

Author: sairam kolasani    04 Oct 2008Member Level: GoldRating: 3 out of 53 out of 53 out of 5     Points: 3

equivalent for the above in c# is


this.WindowState == FormWindowState.Maximized;


regards,
Sai Ram Kolasani



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

Hi,

Use this code:
this.WindowState = FormWindowState.Maximized;

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 : Problem in Multiple dynamic FileUpload Asp.net C# with Javascript
Previous : c# windows application
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use