Latest Articles ::
Specialised applications can require that the mouse pointer is limited to a fixed portion of the screen, known as a clipping rectangle. This region...
Programmatically resize a Windows Form with a smooth animation effect.
When a user interacts with a Windows Forms application using the mouse, most operations will be controlled with the left (or primary) mouse button....
When using Microsoft Windows Vista, administrative tasks are restricted by the user account control (UAC) system. Buttons that require elevated...
The company needed to develop a solution which would operate as an OS Deployment tool that is customized for the needs of their Datacenter according...
Visual WebGui introduces a new platform to develop web applications and migrate desktop applications to the web. In this tutorial we are going to...
This is the first article in a series of articles that describes the various migration options of desktop/smart client applications to the web...
This tutorial will show you one way of saving a text file from a Rich Text Box in a Windows Form. C# version.
This tutorial will show you how to use the ListView control, and how to add items to it as well as remove. C# version.
This tutorial will show you how to write a method that will not only encrypt a string - but decrypt it as well. Written with VS.NET 2008 and VB.NET