|
|
Windows FormsCheck here for anything that deals with Windows Forms, including controls, graphics, and UI issues.
Keep up with Usernames and Passwords - 1/22/2008 Want an easy to use, secure, and FREE tool for keeping up with your usernames and passwords for the various sites and programs that you use?
more...
Flickering While Resizing - 12/11/2007 I have a very simple form containing a TabControl with 2 TabPages. The Dock property for TabControl is set to Fill. TabPage1 contains a TreeView with some nodes.How can I stop the Flickering While Resizing? more...
Use a DataView to Print the Contents of a Sorted Grid - 10/26/2004 How can I print the contents of a DataGrid, which has been sorted by the user? The DataView.Table returns the original, unsorted table, and does not reflect any sorting done by the user. more...
Maintaining Relative Sizing of Controls on a Form - 8/17/2004 In VB6, it was an ordeal to keep controls sized in proportion to one another. The developer had to write several calculations in the Resize Event Handler of the form to keep everything in the right place with the right size. Using Panels, Docking, and Anchoring in .NET helps take the sting out of maintaining these sizes. more...
Printing a Windows Form - 5/10/2004 VB6 had a PrintForm method, but .NET does not appear to provide the same functionality. How can I print a Windows Form?
more...
Use Constructor in Windows Forms to Ensure Proper Initialization - 3/15/2004 Use the Constructor in a Windows Form for ensuring that initialization is done properly. Event firing order is not an exact science, and you cannot always depend on the order in which events fire, regardless of what you have seen in the past. more...
Make A Dockable Toolbar Like the Office Toolbar - 2/23/2004 I need a toolbar to act like an Office Toolbar. How do I make a form resize and snap to the respective screen border as it moves outside of the bounds of the screen. I also need to relocate the buttons on the toolbar. more...
Smart TextBoxes - 1/7/2004 In VB6, there was a MaskedEditControl, but it could not be right justified. Windows Forms in .NET does not have a MaskedEdit Control. This article will create a TextBox that behaves like a VB6 MaskedEdit Control, only it can be right justified. more...
Why Migrate to .NET? Printing is different, but much more powerful and flexible than VB6. - 12/23/2003 Why Migrate to .NET? Printing is completely different, but much more powerful and flexible than VB6. more...
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...
plus 6 more...
ListView Drag & Drop With Auto Scrolling in .NET (Upgraded) - 1/21/2008 Need to have your ListView scroll while using Drag and Drop? This article shows the code. It's not complex, but the documentation is hard to locate in .NET. more...
Multiple Column Formats in Windows Forms DataGrid - 3/12/2004 KDNGrid Class enhances the Windows Forms Datagrid with CheckBox, ComboBox, NumericUpDown, DateTimePicker, and MultiLine TextBox columns. more...
.NET Printing is different, but much more powerful and flexible. - 3/9/2004 Why Migrate to .NET? Printing is completely different, but much more powerful and flexible in VB.NET or C#, than VB6. more...
.NET Printing is Different, but much more Powerful and Flexible than in VB6 - 3/1/2004 Why Migrate to .NET? Printing is completely different, but much more powerful and flexible than VB6. more...
TextToStringBuilder - 1/27/2004 Let this FREE tool build code for a StringBuilder based on your text input. Great for long message strings or SQL queries. Generates code in VB.NET or C#.NET. more...
RichTextExplorer - 12/13/2003 Download RichTextExplorer today and simultaneously edit the RTF and Text of a document. Executable and full source code are available. more...
|
|