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

Articles

Sponsors





  • advertise here

August 2008 - Posts

How to Ping a Machine Programmatically Using Windows Forms
The ‘Ping’ class in the System.Net.NetworkInformation namespace provides functionality to determine if a remote machine can be accessed over a network. In this article, Suprotim Agarwal uses the methods and properties of the ‘Ping’ class to determine machine availability.
Setting Up and Running Subversion and Tortoise SVN with Visual Studio and .NET
This article describes the steps to install and configure the Subversion source control tool and walks you through the basic steps required to set up local Visual Studio projects using Tortoise SVN.
Posted: Aug 27 2008, 04:00 AM by jytylr | with no comments
Filed under:
A Slide Game Using WPF ImageBrush.ViewBox
A simple 9 peice puzzle using WPF ImageBrush.ViewBox.
An Introduction to Using the MVP Pattern with WinForms
An introduction to using the MVP pattern with WinForms.
Introduction to D3DImage, a new DirectX Interop Feature in WPF
.NET 3.5 SP1 is here! It's time to break out your DirectX skills. This article provides the information necessary to get started using a new DirectX interop feature in WPF called D3DImage.
Posted: Aug 22 2008, 04:03 AM by jytylr | with no comments
Filed under: , ,
Create, Read, Write, Copy, Move and Delete a Text File using C# and VB.NET
Suprotim Agarwal explores common text file operations using C# and VB.NET. .NET provides various classes, like the File class and FileInfo class, to create, read, and write text files. You can use the Create() method of the File class to create a text file, fr example. You can also use the FileInfo class's CreateText() method to do the same thing. The trick is to know when to use which class and for what purpose.
Introduction to the WPF DataGrid
Rudi Grobler shows how to use the new WPF DataGrid.
Posted: Aug 20 2008, 04:00 AM by jytylr | with no comments
Filed under: ,
Drag and Drop Images Into a Windows Forms PictureBox
Suprotim Agarwal explores how to Drag-and-Drop images into a Windows Forms PictureBox.
StyleCop Tutorial
StyleCop is a source analysis tool for C#. It can be used for analysing source code (as opposed to compiled assemblies, which is the area for FxCop). StyleCop is currently in version 4.2 and can be downloaded here. In this tutorial Deepak Kapoor shows how to use StyleCop.
Data Binding in WPF using ADO.NET DataSet
Mahesh Chand shows how to use an ADO.NET DataSet to get data from a database and bind it to a WPF ListBox control.
Posted: Aug 15 2008, 01:36 AM by Mahesh Chand | with no comments
Filed under: ,
Sharpening Your Axis with Visual Basic 9
Visual Basic 9 in Visual Studio 2008 has a new set of language features that allows developers to work with XML in a much more productive way using a new API called LINQ to XML. This article will help you master these new features for working with XML in Visual Basic.
Whitepaper: Text Clarity in WPF

This document has been written to explain the current issues with small text rendering, give insight as to how WPF text rendering works and provide some basic workarounds to optimize small text rendering quality in currently released WPF versions.

Posted: Aug 13 2008, 04:07 AM by ttriguero | with no comments
Filed under:
Data Binding in WPF ListView
Raj Beniwal shows how to extract data from a database and show it in a WPF ListView control.
Posted: Aug 12 2008, 04:35 AM by Raj Beniwal | with no comments
Filed under:
Create Data Entry Forms in Minutes Using ComponentOne InputPanel
This article demonstrates just how easy it is to create a .NET data entry form and modify it using an intuitive and powerful collection editor from ComponentOne.
Drag, Drop and Move Items from One CheckedListBox to Another using Windows Forms
Suprotim Agarwal shows how to drag-and-drop items from one CheckedListBox to another in Windows Forms.
Next page »