Category

Winform

WinForms desktop app development and control usage

14 articles
1 Current page
Data Display Can Also Be Done Like This in Winform

Data Display Can Also Be Done Like This in Winform

In the process of developing Winform, data display functionality is often required. Previously, the gridcontrol control was commonly used. Today, through an example, I would like to introduce how to use the table component from Ant Design Blazor for data display in a Winform Blazor Hybrid application.

DotNet学习交流 2/29/2024 5:42 AM
Can the Winform interface also look good?

Can the Winform interface also look good?

A few days ago, I introduced using Blazor Hybrid in Winform, and mentioned that with the Blazor UI, our Winform programs can be designed to look better. Next, I will illustrate with an example of drawing in Winform Blazor Hybrid, hoping it helps you.

DotNet学习交流 2/29/2024 5:29 AM
Let's use dependency injection in Winform!

Let's use dependency injection in Winform!

What is dependency injection? Dependency injection is a specific coding technique; for me, the most obvious thing is to solve code coupling.

AZRNG 鹏祥 4/22/2022 7:21 AM
What is the difference between Winform and WPF?

What is the difference between Winform and WPF?

Some friends always ask, 'What is the difference between WinForm and WPF?' At first thought, this question seems simple to answer, but I never systematically analyzed it. Today, I took the time to write an article that only represents my personal views to record a summary.

DotNetOneByOne 4/7/2022 7:56 PM
“Old Jar Pickles New Vegetables”: SOD MVVM Framework Revitalizes Winforms

“Old Jar Pickles New Vegetables”: SOD MVVM Framework Revitalizes Winforms

The necessity of MVVM technology on WinForms; it turns out that implementing an MVVM framework is not difficult. The key is the two-way binding between Model and View, where changes in the Model cause changes in the View content, and changes in the View can also cause changes in the Model.

用户1177503 11/23/2021 9:13 PM
Open Source Winform Control Library: Mulan Control Library

Open Source Winform Control Library: Mulan Control Library

This project can be compiled. Except for the animation functions extracted from Silverlight and the ColorEditorExt.cs color panel view designer extension modified from online examples, all other controls are written based on native controls without using any third-party libraries, so feel free to use it without any copyright infringement issues.

沙漠尽头的狼 11/21/2021 7:48 PM