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 are relation objects in dataset?
Define an interrupt? : Dot net architecture
Explain cache memory? : .NET Architecture
what is tracing? Where it used?
What is a service class?
HttpHendler and HttpModules
What is .net viewstate?
readonly syntax ?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain about continuable exceptions?
Different types of authentication modes in .net framework ?
What is .net mobile automatic paging? : Microsoft dot net mobile
How cache is used? : Dot net architecture
What is MS chart control in visual studio?
What is the importance of updatepanel control?