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

Articles

Sponsors





  • advertise here

August 2006 - Posts

Application Domains in .NET
In this article Joydip provides a detailed analysis of Application Domains, how they work and their differences with a process.
Behind the Scenes: Improvements to Windows Forms Data Binding in the .NET Framework 2.0, Part 2
Learn about the generic BindingList and how to extend this generic collection type to add sorting and searching functionality.
Adding Files to My Recent Documents
Windows users expect to see recently loaded items in the My Recent Documents section of their Start menu. This article describes how to achieve this using C# and Windows API functions.
Exploring .NET's Isolated Storage
Isolated storage is an very useful tool for saving user settings and similar tasks, but it is not a panacea (what is?). Peter Aitken explains when to use it, and when to leave it alone.
How to retrieve stored procedure return values from TableAdapter
If you’ve been wondering why you are not able to access stored procedure return values from TableAdapter, here’s the solution for you.
Behind the Scenes: Improvements to Windows Forms Data Binding in the .NET Framework 2.0, Part 1
Learn about additions to the Binding and ControlBindingsCollection classes that enable easier formatting of bound data.
Developer Roadmap For Building Smart Client Applications
This article covers tools and technologies that are mainly useful for Windows Forms Smart Client development. Focus of this article is on concepts and high-level view of new tools/technologies.
.NET Tip: Logging Exceptions to the Event Log
The system event log is a good place to store information about your .NET application, and writing entries to the event log is fairly straightforward. You can easily add the code for it to a utility class.
Building a Drop-Down Filter List for a DataGridView Column Header Cell
The Microsoft Windows Forms DataGridView control in Microsoft Visual Studio 2005 provides a grid experience similar to Microsoft Excel, but does not provide the column filtering drop-down lists that Excel provides in its AutoFilter feature. However, the DataGridView can bind to data sources that provide filtering, such as the ADO.NET DataView. This article describes how to build a custom DataGridView column header cell that displays drop-down filter lists, by taking advantage of the filtering capabilities of the data source and the new BindingSource component.
Properties and Object Oriented Database Development with VB.NET 2005
This is the third article in a series on developing object oriented database applications using Visual Basic.NET 2005. In this article, I shall deal with the concept of "properties" in depth, along with data access.
Developing Long Running Tasks Using Asynchronous Programming with VB.NET 2005
This article gives you a practical understanding of asynchronous programming. It also gives you a simple template for developing asynchronous-based applications in a very easy manner.
Accessing the Registry with VB6 and VB.NET
Storing and retrieving information from the Windows Registry will play a major part in any programmer's life. You can store small bits of information, such as recently used files, form sizes and location, and user preferences—to name just a few—in the Windows Registry. My aim with this article is to explain the major differences between the way Visual Basic 6 and Visual Basic .NET utilise the Windows Registry.
Creating Arbitrarily Shaped Controls
Describes how to create non-rectangular controls that respond to mouse events.
Exploring the Dialogs Controls in Vb.Net
Dialog-box controls are an important part of programs, especially if you expect users to interact with your application. This article explains how to handle several different dialog-box controls.
Sample Application: Fabrikam Fine Furniture
The Fabrikam Fine Furniture reference application is a feature-rich, fully-functional reference application. The source download includes a Visual Studio .NET solution containing the end-to-end application, and you can also download separate components to assist you in building mobile PC and Tablet PC solutions.