News

GUI frameworks for .NET – Part 1: Windows Forms In .NET developer circles, there have been heated discussions about the choice of GUI framework for years. This series provides an overview.
After the first part of this series dealt with Windows Forms, we will now look at Windows Presentation Foundation (WPF) and Windows UI Library 3 (WinUI 3). Both GUI frameworks are based on XAML ...
Spice Up Your Windows Forms. 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 ...
The .NET 7 framework includes command binding preview features that aim to modernise Windows Forms applications. These features introduce new properties that allow the UI controls to be bound to ...
So this is one of the odder problems I've seen recently. We have a system with a C#/Windows.Forms GUI that talks to an unmanaged DLL (written in C with Visual C++). The DLL does some log ...
Microsoft open sources WPF, Windows Forms and Windows UI XAML Library, and also unveils .NET Core 3 Preview 1.
Windows Forms (WinForms) is a UI framework for building Windows desktop applications. It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+. It also offers controls and ...
A couple of different ways exist to transform your scripts into GUI form. If you need to create real GUI tools to interact with the user in PowerShell you're probably going to choose either Windows ...
Latest preview of the successor to Xamarin.Forms introduces support for Windows 11 UI styles and multi-window applications on MacOS, iPadOS, and Windows.
Three months after Microsoft announced that it would be enabling Windows Forms and Windows Presentation Framework (WPF) applications on .NET Core 3.0, the company has released the Portability ...