Month: February 2014

XML with CSS – Presentation of a simple page

After writing some articles about XAML, I have decided to go a little deeper in XML. Actually going deeper into XML is quite a challenge, due to the fact that XML is considered a meta-language and thus it is quite

C# – WPF – 23 Well Written WPF Control Examples

In this article I present a code from the book “Pro WPF 4.5. in C#“, which I consider useful and interesting. This example has impressed me with its structure – it simply gives good practises for creation of 23 different

Tagged with: , , , , , , , , , , , , , , , , , , , , , , , , , , ,

C# – WPF – Generate an Excel file with WPF

In the current article I proudly present a simple application, which creates a simple Excel file from XAML. In the example I present I am using Excel 2010 as this is my current version. In order to be able to

Tagged with: , , , , , , ,

C# – WPF – EightBall Application – simple code

In this article I present a code from the book “Pro WPF 4.5. in C#“, which I consider useful and interesting. The application concerns building a simple program where you may ask a yes-no question and get a random answer.

Tagged with: , , , , , , , ,

Book Review – Pro WPF 4.5 in C# – A detailed introduction into WPF

In the last 2 weeks I have read the first 6 chapters of the book “Pro WPF 4.5 in C#” from Matthew MacDonald. Click on the book to go to its site in Apress.com The experience, reading these chapters was

C# – WPF – Voice Control Simple Snake Game

As a beginner in WPF, I am trying to become really better in the subject by changing existing codes and adding some new features in it. This code simply adds a voice control feature of the snake WPF game from

Tagged with: , , , , , ,

C# – WPF – Flow Document – Document with C#

With the current article I will show you how to create a simple application, presenting yourself. The most of the application is created in XAML. Roughly, it looks like this:   The text is from here. This application is really

Tagged with: , , , ,

C# – WPF – Dropdown menus & audio combination

In this article I present the combination of a drop-down menu and audio in a WPF application. Simply, the application’s logic is the following – you select one media file from a drop-down list and then you play it. The

Tagged with: , , , , , ,
Top