Hello guys, Long time no talk 🙂 But don’t worry, we’re back on track, with a new team of focused authors. Soon to come: – CRM 2011 related posts (C# .NET / SDK / JavaScript) – Custom Chat Client (C# .NET sockets) Stay tuned! Cornel
Category: WPF
CWS Media for WPF
Long story short, this article teaches you how to easily implement skinning and language modules for Windows Presentation Foundation (WPF). To download the main xaml for WPF and the associated C# class, click here. All the required dll files can be downloaded by clicking here. For the required Skin Manager and Language Manager source files, click here. For… Continue reading CWS Media for WPF
MCC Award
Dear all, I’m glad to announce you that our staff has a new award: Microsoft Community Contributor: Thank you all for your support and encouragements.
Video Player & Audio Player for WPF
Here are two Media Players you can use in your WPF projects: Video Player *** Audio Player And here are the most expected links: Video Player & Audio Player Demo Video Player & Audio Player Source Code
WPF SoccerBall 3D Model
The 3D SoccerBall model for WPF can be placed in a transparent window, as simple as possible, like shown in the following code: Use the mouse left button to move the ball or the right button to rotate it. To download a Demo project, click here. To download the Source Code, click here. The final… Continue reading WPF SoccerBall 3D Model