News

Users expect to find popup-style windows, irregularly shaped forms, and collapsible and dockable controls in a robust application. Learn how to implement the three features that can make or break your ...
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 ...
Windows Forms also provides one of the most productive ways to create desktop applications based on the visual designer provided in Visual Studio. It enables drag-and-drop of visual controls and other ...
Experts in Windows Forms development have their own exam going into beta next week.
Those who pass 70-505 whether in beta or live will earn the Microsoft Certified Technology Specialist: .NET Framework 3.5, Windows Forms Applications title, as well as earn credit toward two ...
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.