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

Articles

Sponsors





  • advertise here

May 2009 - Posts

Optimizing Performance in WPF Applications
This article explains how to optimize your XAML markup to speed up your WPF applications.
Implementing Aero Shake in Windows Forms C#
Implement the new Window 7 Aero Shake feature in C# Windows Forms with simple .NET code.
C# Capture WinForm Control Graphics
Capture the graphics of a visible .NET control to a bitmap using GDI and GDI+ instead of the ControlPaint static functions.
Introduction to WPF 3D

This article will lead you through the basic of 3D Development with WPF.

Introduction to Windows Presentation Foundation

WPF combines application UIs, 2D graphics, 3D graphics, documents and multimedia into one single framework. Its vector based rendering engine uses hardware acceleration of modern graphic cards. This makes the UI faster, scalable and resolution independent.

Enhanced Services Explorer in VS 2008
This application will provide certain useful features which are not present in Built-in Services Explorer.
MessageBox.Show Examples in Windows Forms C#
You want to show a dialog box to the user in your Windows Forms program using the C# language.
Examples with Message Boxes and a Loop
An example of how to use simple message boxes and a simple loop. Its good for beginners learning how to program really simple applications.
Cascading Dropdown & Multiselect option in ListBox using WPF
Many times we come across the situation where we need to populate the drop-downs based on the value of another dropdown or combo.
Enhanced Event Viewer in VS 2008
This application developed using Windows Forms and C# in an extend event viewer and provides many useful features that are not present in built-in Windows Event Viewer.
DrawingBrush in WPF
Through this article I am going to discuss DrawingBrush in WPF, and its properies and how we can use in our application.
Introduction to TabControl and Scrollable Tabs

In this article we are going to take a look at the TabControl. We are going to see many different ways in which TabControl can be used.

MVP (Model View Presenter) – Supervising Controller

This articles discusses a general implementation of the Supervising Controller MVP (Model View Presenter) pattern for a win-forms application and the use of a dialog broker to allow pulling additional logic into the controller class.

Facilitate Use of Special Characters in a Visual Basic Text Editor Application
This article describes a simple approach to implementing special character use in a Visual Basic based text editor.
Enhanced Windows Explorer in VS 2008 using C# and WinForms
This application will provide certain useful features which are not present in Built-in Windows Explorer.
Next page »