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
What is an interrupt? : .NET Architecture
What is code access security (cas)?
how we can fire event in databound column in datagrid without using button?
What is WPF and WCF?
Explain COM with example?
Explain about microsoft visual studio?
Explain hard disk and what is its purpose? : .NET Architecture
What is different about namespace declaration when comparing that to package declaration in java?
How do we do authentications using atlas?
How cache coherency is eliminated? : Dot net architecture
What is msil, and why should my developers need an appreciation of it if at all?
what is sessions and cookies take one example simple way to understand
deference between display and visibility property of CSS
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
What is the mesi? : .NET Architecture