Windows FormsCheck here for anything that deals with Windows Forms, including controls, graphics, and UI issues.
Selecting a Data Grid Row with Right Mouse Click - 12/17/2003 Clicking on a Datagrid row, with the Right Mouse Button,does not automatically select the clicked row. How can I select the row in a Datagrid that the user clicks with the Right Mouse Button? more...
Create a Gradient background on your Forms or Controls - 12/16/2003 Ok, so let's say you want to use a common technique that's pretty popular these days, the Gradient. It's a LOT easier than you might think. more...
Making a Form Transparent - 12/16/2003 Let's face it, .NET is really cool, but creating a compelling UI takes more than a cool framework to program on. One of the more interesting and relatively unknown features of .NET's Windows.Forms is the Opacity property. By altering this, you can make your form move anywhere along the visibility spectrum, from invisible, to somewhat transparent, to completely opaque. more...
Validating Text Controls withan ErrorProvider - 12/16/2003 There's a feature called an ErrorProvider that you may want to use. Like Context Menus, you won't see any reference to this control until you drag one on your form. Once you do, each control that has a Validating event will have an Error On Provider property. The most logical place to respond is in the Validating event of your given control, but that's up to you. more...
How to Create a Numeric Only TextBox Control - 12/14/2003 This article is a general introduction into customizing controls to extend their basic functionality. It's meant as a primer intended to get you thinking about building controls that can save you time and effort. more...
Handling TreeView & ComboBox Click Events - 12/9/2003 Why does the AfterSelect event not fire if the user selects the same node from a TreeView twice in a row? The same thing happens in a ComboBox. more...
Creating a Colored Brush in GDI+. - 10/30/2003 How do I create a colored brush after having retrieved a color from the Color Dialog. Brush.Color is an abstract class and I don't see how to create a Brush.Color at run-time. more...
< Previous Page 2 of 2 Next >
|