Tag

Winform

Browsing articles related to Winform.

21 articles
2 Current page
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
A Developer Created an Open-Source Dynamic Wallpaper Software Using WinUI 3 and WPF

A Developer Created an Open-Source Dynamic Wallpaper Software Using WinUI 3 and WPF

Speaking of dynamic wallpaper software, I believe many people have heard of or used `Wallpaper Engine`, which is a highly praised wallpaper software on the Steam Store, priced at `18` yuan. I have been using it as well, but today I am introducing another wallpaper software called `Lively Wallpaper`.

SpringLeee 全球技术精选 4/4/2022 11:21 AM
“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
How to create a professional software installation package?

How to create a professional software installation package?

After completing C/S client development, the program needs to be delivered to users. Directly compressing and sending it to users is possible (just a bit unprofessional). If there is a nice-looking installation interface, the quality level is different.

沙漠尽头的狼 2/1/2021 5:16 PM
Open Source C# Winform Control Library - SunnyUI

Open Source C# Winform Control Library - SunnyUI

A C# WinForm open-source control library, utility class library, extension class library, and multi-page development framework based on .NET Framework 4.0+, .NET 5, and .NET 6.

Sunny 12/5/2020 1:21 PM