WinForms
This category is for topics specific to .NET WinForms.
Frameworks & Libraries »
WinForms
General
General topics related to .NET WinForms.
A Custom Settings Class for WinForms
Here's the class I use to keep track of my application settings. It requires a little more coding to use but provides more control than the Properties.Settings class.
By Jonathan Wood on Friday, December 31, 2010
Dynamically Creating a WinForms Dialog
If you want to allow the user to enter some text but would prefer not to add yet another form to your application, this little bit of code might be just the ticket.
By Jonathan Wood on Friday, December 31, 2010
Non-Rectangular Splash Screen for WinForms
A splash screen is a window that displays copyright information while your application initializes itself. This article presents code for a non-rectangular splash screen using WinForms.
By Jonathan Wood on Wednesday, March 23, 2011