Tag

Winform

正在浏览与 Winform 相关的文章。

21 篇文章
2 当前页
What is the difference between Winform and WPF?

What is the difference between Winform and WPF?

There are always friends who ask,"What is the difference between WinForm and WPF?" Thinking about this question seems to be a simple answer, but it has never been systematically analyzed. Today, I took the time to write an article record summary that only represents my personal opinion.

DotNetOneByOne 4/7/2022 7:56 PM
Big guy made an open source live wallpaper software using WinUI 3 and WPF

Big guy made an open source live wallpaper software using WinUI 3 and WPF

When it comes to live wallpaper software, I believe many people have heard of or used Wallpaper Engine. This is a highly praised wallpaper software on the Steam Store and is priced at '18' yuan. I have been using it before, and of course, today I introduced another wallpaper software called Lively Wallpaper.

SpringLeee 全球技术精选 4/4/2022 11:21 AM
10 ways to create maintainable and testable Windows Forms applications

10 ways to create maintainable and testable Windows Forms applications

Most of the Windows Forms applications I encounter do not exist or have extremely low unit test coverage. And they are often difficult to maintain, with hundreds or even thousands of lines of code behind the various Form classes in the project, but it doesn't have to be.

Mark Heath 12/10/2021 11:51 PM
Open source Winform control library: Hua Mulan control library

Open source Winform control library: Hua Mulan control library

You can compile the project. Except for the animation functions extracted from Silverlight and the ColorEditorExt.cs Color Panel View Designer extension modified from online examples, the entire control was written on the basis of native controls by myself and did not use any third-party libraries, so use it with confidence. There is no infringement of the copyright of others.

沙漠尽头的狼 11/21/2021 7:48 PM
How to make a professional software installation package?

How to make a professional software installation package?

After completing the development of the C/S client, the program needs to be delivered to the user. It is possible to directly compress it and send it to the user (just a bit unprofessional). If there is a better installation interface, the level will be different.

沙漠尽头的狼 2/1/2021 5:16 PM
Open source C#Winform control library- SunnyUI

Open source C#Winform control library- SunnyUI

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

Sunny 12/5/2020 1:21 PM