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 tracing? Where it used?
any one can explain about projectarchitecture and project approach briefly
Explain about appdomains?
data types used in validation control
What is application frame host?
What is different about namespace declaration when comparing that to package declaration in java?
Explain about generation?
Define an interrupt? : Dot net architecture
Can you Explain
Is .net easier than java?
Explain How to improve the cache performance? : Dot net architecture
.Net Frame work arch?
Explain the purpose of cache? : Dot net architecture
What is .net mobile images control. : Microsoft dot net mobile
Are there any third party logging components available?