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

IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class

1554


Define the mesi? : Dot net architecture

550


What are .net mobile controls features? : Microsoft dot net mobile

500


What are the types of memory management? : Dot net architecture

498


What are library functions?

556






Explain the purpose of cache? : Dot net architecture

485


Can you explain control extenders?

532


Explain different pipelining hazards? : Dot net architecture

480


what is tracing? Where it used?

619


What is the use of TPL DATAFLOW?

558


Explain difference between state server and sqlserver? : .NET Architecture

546


Explain the process of gc?

557


What is cache coherency and how is it eliminated? : Dot net architecture

509


Whate are resource files? How are they used in .net?

505


Which software is used for .net programming?

536