Category

WPF

WPF desktop development, interface design and framework practice

90 篇文章
9 当前页
WPF file dragging and dropping

WPF file dragging and dropping

When uploading a file, an upload button is generally provided. Click Upload to pop up the file (or directory selection dialog box). After selecting the file (or directory), the file path is obtained from the dialog box object, and then uploaded.

沙漠尽头的狼 11/27/2020 11:10 AM
How to internationalize and localize the WPF Prism Module?

How to internationalize and localize the WPF Prism Module?

The previous article briefly introduced the internationalization of the main project, which was implemented using the Resource Dictionary (XAML). I have added several Prism modules (Modules) in the past few days, and found that it is difficult to achieve internationalization and localization of sub-modules by using resource dictionaries. I couldn't find a better reference article, so I changed the method and used resource files to achieve it.

沙漠尽头的狼 4/21/2020 1:45 PM
Open source C#WPF control library- AduSkin-UI

Open source C#WPF control library- AduSkin-UI

A simple and beautiful WPF UI that integrates components from some open source frameworks. It is a customized UI for individuals and can be used as a reference for scholars.

沙漠尽头的狼 2/2/2020 1:45 PM
A WPF open source project worth learning: Accelerider.Windows

A WPF open source project worth learning: Accelerider.Windows

This project applies the Prism MVVM framework. The project shows that the data comes from other service programs and uses WebAPI communication. If you want to run this program normally, you need to make your own WebAPI program, which is driven by the API interface. In fact, it is the most direct to directly view the code. If you need it, you can easily extract it yourself, even if the project cannot run.

沙漠尽头的狼 12/5/2019 1:45 PM
Open source C#WPF control library-Panuon.UI.Silver

Open source C#WPF control library-Panuon.UI.Silver

The excellent domestic WPF open source control library, an optimized version of Panuon.UI. A beautiful WPF UI control library that uses styles and additional attributes is worth recommending and learning to everyone.

沙漠尽头的狼 12/4/2019 1:45 PM