Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
27 Current page
Come and See: WeChat Client Developed with WPF

Come and See: WeChat Client Developed with WPF

Making a WPF WeChat DEMO, using converters to convert colors and visibility; rewrote control styles, such as Button, RadioButton, ListBox; then under MVVM mode, the usage of Bind. I feel this DEMO will be very helpful for beginners.

眾尋 5/20/2022 7:14 AM
How to Create a New User Guide Interface in WPF?

How to Create a New User Guide Interface in WPF?

The new user guide functionality 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 close the new user guide page.

眾尋 5/20/2022 6:47 AM
WPF|C# Lottie Animation Playback【Feels Awesome】

WPF|C# Lottie Animation Playback【Feels Awesome】

Lottie animation is an animation file saved in JSON format. Compared to GIF, it has great advantages in file size and animation smoothness, and the graphics are vector-based, so they won't blur when zoomed in.

xiejiang 5/19/2022 6:58 AM
Vue3.2 setup syntax sugar summary

Vue3.2 setup syntax sugar summary

In Vue3.2, simply add the setup attribute to the script tag, no need to return, and the template can be used directly. It's really awesome!

玲小叮当 5/19/2022 6:47 AM