News

I'm designing a small application (VB .NET with an MSDE backend) to help us track various issues that our companies have. When someone enters the issue tracking system they either need to be able ...
Inherits System.Windows.Forms.Panel Drag DockingControl around a form by using the same code you used to drag the irregularly shaped form, except that this time we've written the code in VB.NET rather ...
In-Depth .NET Windows Forms Tips and Tricks Ken Getz''s Smart Client Live! session demonstrates several techniques you can use when building Windows applications. By Ken Getz 10/01/2005 View the ...
In this simple Windows Forms application, a few tricks were already necessary to display the circles with priorities A, B and C as well as data-based tooltips in the DataGridView (Fig. 2).
The runtime for Windows Forms, Microsoft’s UI framework for building Windows desktop applications, was spruced up with the recent release of .NET 6.0, although high-DPI and scaling issues remain ...
The PrintDocument component is an object that allows users to send an output to a printer from Windows Forms applications. In this tip, I show you how to use the component in your VB.NET applications.
Windows Forms supports binding to a data source which can be either a DataSet/DataTable from ADO.NET or an object (since .NET Framework 2.0).