Tag

WPF

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

103 篇文章
5 当前页
Please come and watch: WeChat client developed by WPF

Please come and watch: WeChat client developed by WPF

To make WPF WeChat DEMO, you use a converter to convert colors, display and concealment; rewrite the style of the control, such as Button, RadioButton, ListBox; and then in MVVM mode, the usage of Bind. I feel that this DEOM should be very helpful to beginners.

眾尋 5/20/2022 7:14 AM
How does WPF make a novice guidance interface?

How does WPF make a novice guidance interface?

The novice guidance function tells the user the order of operations on the page, what to do in the first step, what to do in the second step, and so on, and then finally closes the novice guidance page.

眾尋 5/20/2022 6:47 AM
WPF| C#Lottie animation plays [Feels Good]

WPF| C#Lottie animation plays [Feels Good]

Lottie animation is an animation file saved as a json file. Compared with gif, it has great advantages in file size and animation fluency. Moreover, the graphics are vector, so zooming in will not blur.

xiejiang 5/19/2022 6:58 AM
WPF implements message center

WPF implements message center

This article will explain the functions of implementing a message center based on WPF. For example, common software will often receive messages such as "news" and "announcements" pushed by the server.

juster.zhu 5/11/2022 7:31 AM