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

Articles

Sponsors





  • advertise here

February 2010 - Posts

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.
Using Google Earth in a Windows Forms Application
This article shows how to use Google Earth in a Windows Forms application using C#.
WPF LinearGradientBrush using XAML
This article and code snippet explains how to fill gradient color in the background of controls in WPF using XAML.
Using CLR 4 Dynamics To Mock Bindable Objects in XAML
When I’m building prototypes in WPF or working on a GUI spike in an agile development team I often find it really unproductive to continuously switch between working in XAML (with my designer hat on), and working on the plumbing code (with my C# hat on). Wouldn't it be nice to be able to model my data in XAML, and seamlessly use it with XAML Binding expressions that’ll be valid once the ‘real’ data gets plumbed in. Well, thanks to the dynamic features in CLR v4 this is now a trivial task.
Rectangle in WPF
The Rectangle object represents a rectangle shape and draws a rectangle with the given height and width. This article demonstrates how to create rectangles in WPF and XAML.
Line in WPF
The Line object represents a line shape and draws a line between two defined points. This article demonstrates how to create lines in WPF and XAML.
Windows Controls and WPF UserControls inside an XNA Game Project
In this article we will be working on using Windows Controls and WPF UserControls inside an XNA Game Project.
Symmetric Encryption in WinForm Applications
A description of the different symmetric encryption algorithms available to .NET developers. Overview of their characteristics along with example code.
Next page »