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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain atlasuiglitz library?

982


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.

1002


Explain cache memory? : Dot net architecture

1018


Explain the purpose of cache? How is it used? : .NET Architecture

1030


What do you know about machine.config file ?

995


Explain some of the disadvantages due to microsoft.net?

1033


Explain about validation?

1054


Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile

978


Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture

980


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

989


Define a managed code? : Dot net architecture

1008


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

1112


What are relation objects in dataset?

1045


What are library functions?

994


Explain 'managed' mean in the .NET context

1170