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 a memory management?

3 Answers   Six Sigma,


Waht is Dot net Arcitecture

0 Answers   Donear,


which would be the best to use inproc,outproc or sql server

2 Answers   Ness Technologies,


what is class and object explain with example?

8 Answers   Six Sigma,


Which is the best institute in chennai to learn DotNet? Please help.

48 Answers   HCL, Infosys, NIIT,






What is the difference between metadata and menifest ?

0 Answers  


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

0 Answers  


What is the .net class that allows the retrieval of a data element using a unique key?

0 Answers  


can u give me real example of how web.config overrides the machine.config file?

0 Answers  


What is the difference between primary & secondary storage device? : Dot net architecture

0 Answers  


What is the problem with .net generics?

0 Answers  


while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction

2 Answers   Aviva,


Categories