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 an interrupt? : Dot net architecture

0 Answers  


Explain about metadata?

0 Answers  


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  


how to find the 2nd higgest salary in the column for example take table name is employee? And also find bottom 2nd lowest salary ?

11 Answers   GeoTechnology, Wipro,


What is parallel computing?

0 Answers  






What is .net mobile images control. : Microsoft dot net mobile

0 Answers  


Navigation controls in ASP.net,explain each control in brief?

2 Answers   Six Sigma,


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

0 Answers  


Explain the five stages in a dlx pipeline? : .NET Architecture

0 Answers  


Explain the five stages in a dlx pipeline? : Dot net architecture

0 Answers  


Explain the difference between inprocess vs out process session state : Dot net architecture

0 Answers  


Explain domestic architecture artifacts? : Dot net architecture

0 Answers  


Categories