Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to minimize,maximize and restore my form
programmatically?



how to minimize,maximize and restore my form programmatically?..

Answer / kamal

See the below C# code.

// Minimize the form window
this.WindowState = FormWindowState.Minimized;

// Restore the form window
this.WindowState = FormWindowState.Normal;

// Maximize the form window
this.WindowState = FormWindowState.Maximized

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More Dot Net AllOther Interview Questions

Will finally block exec if we write an return statement to a try block???????

3 Answers  


How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts

0 Answers  


Whate are resource files? How are they used in .net?

0 Answers  


Is .NET really support fully OOP Concept?

1 Answers  


What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture

0 Answers  


How do I stop a thread?

0 Answers  


3. Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers  


how to add list of items in a web application and win application?

0 Answers   Six Sigma,


What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?

0 Answers  


What's the difference between an application and a program?

0 Answers  


How to prevent my .NET DLL to be decompiled?

0 Answers   CDC,


Explain the difference between l1 and l2 cache? : .NET Architecture

0 Answers  


Categories