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

What is the application frame host?

0 Answers  


Explain about common language infrastructure?

0 Answers  


Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

2 Answers  


Explain difference between inprocess vs out process session state? : .NET Architecture

0 Answers  


10. Overloding and overriding.

2 Answers   PCS,


Explain different pipelining hazards and how are they eliminated? : Dot net architecture

0 Answers  


Explain cache? : Dot net architecture

0 Answers  


What is .net transaction?

0 Answers  


Can you Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile

0 Answers  


what is managed code and managed data?

2 Answers   Six Sigma,


Explain 'managed' mean in the .NET context

0 Answers   HCL,


Is .NET really support fully OOP Concept?

1 Answers  


Categories