Welcome to WindowsClient.net | My Blog | Sign in | Join

Articles

Sponsors





  • advertise here
Windows 7 Multitouch Application Development (Part - I)
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.
Simplest Way to Implement Multilingual WPF Application
Easiest way to handle Globalization in your WPF application.
Asynchronous Method Invocation
Here I am showing how you can invoke a method asynchronously using delegates and AsyncCallback.
Polyline in WPF
A polyline is a collection of connected straight lines. This article demonstrates how to create a polyline in WPF and XAML.
Show Parent Child Records in Windows Form like Ms Access
In this article, I am going to teach you how to show records in a hierarchical view.
Scrolling Text Marquee Control
The following article is a simple sample of a scrolling text marquee control for a Windows Forms application.
Polygon in WPF
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.
Layered Architecture for WPF Applications
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.
Building a GUI Editor
In this article I'll show you how to build a simple GUI Editor using C#.
Cropping or Clipping in WPF
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.
Move windows form without Border
At time its necessary that we want to move a form without border. So here is the solution to move that type of form.
Path in WPF
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.
Download a File Using Multithreading in Windows Forms
This article explains how to download a file using multi threading.
An Introduction to the WinForm samples in the All-In-One Framework
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/.
Ellipse in WPF
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 »