February 2010 - Posts
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.
This article shows how to use Google Earth in a Windows Forms application using C#.
This article and code snippet explains how to fill gradient color in the background of controls in WPF using 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.
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.
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.
In this article we will be working on using Windows Controls and WPF UserControls inside an XNA Game Project.
A description of the different symmetric encryption algorithms available to .NET developers. Overview of their characteristics along with example code.
Next page »