Windows 7 came up with lots of goodies including better resource management, better performance, jumplist management, multitouch functionality & many more. Here I will discuss on developing a simple multitouch application using .Net 3.5 SP1.
Easiest way to handle Globalization in your WPF application.
Here I am showing how you can invoke a method asynchronously using delegates and AsyncCallback.
A polyline is a collection of connected straight lines. This article demonstrates how to create a polyline in WPF and XAML.
In this article, I am going to teach you how to show records in a hierarchical view.
The following article is a simple sample of a scrolling text marquee control for a Windows Forms application.
A polygon is a series of connected lines which is a closed shape. A closed shape is a shape that has same start point and end point. This article demonstrates how to create and use a polygon in WPF using XAML.
Layering is a very useful tool in structuring object-oriented software systems. It helps to organize the types and namespaces into a large-scale structure. The article shows how a Layered Architecture can be applied to a WPF application.
In this article I'll show you how to build a simple GUI Editor using C#.
The Clip property of an element (defined in the UIElement class) is used to clip a region and represents the geometry that defines the content of an element.
At time its necessary that we want to move a form without border. So here is the solution to move that type of form.
A graphics path is a set of connected lines, curves, and other simple graphics objects, including rectangles, ellipses, and text. This article demonstrates how to create and use paths in WPF and XAML.
This article explains how to download a file using multi threading.
This article introduces some common Windows Forms scenarios. The samples are from the All-In-One Framework, and it is only a portion of the All-In-One Framework. You can receive more samples from http://cfx.codeplex.com/.
The Ellipse object represents an ellipse shape and draws an ellipse with the given height and width. This article demonstrates how to create and use an ellipse in WPF and XAML.
Next page »