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

difference between data reader and dataset

0 Answers   PCS,


HI THIS IS THIRUMAL. I AM COMPLETED MY MCA IN 2009 WITH 64%. NOW I AM LOOKING FOR A JOB(FRESHER)IN HYDERABAD.PLEASE IF YOU FIND ANY OPENINGS IN ANY COMPANY SEND IT TO MY MAIL ID PLEASE.. SKILL SET : C,C++,C#.NET,ASP.NET,ADO.NET,SQL SERVER, SSIS,SSRS EMAIL ID : THIRU104@GMAIL.COM THANKS & REGARDS D.THIRUMAL

1 Answers  


Why should hire you in company

1 Answers   Concentrix,


Explain .net mobile automatic paging? : Microsoft dot net mobile

0 Answers  


Explain what does the term "green architecture" mean? : Dot net architecture

0 Answers  






which tag i need to use manually to bind columns in a datagrid ?

2 Answers  


Whats new features in Visual Studio 2012?

0 Answers   B-Ways TecnoSoft,


How can I create a application?

0 Answers  


if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get

0 Answers   PCS,


11. diff b/w Dll and Exe

6 Answers   PCS,


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

3 Answers  


Is .NET really support fully OOP Concept?

1 Answers  


Categories