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

Articles

Sponsors





  • advertise here

April 2006 - Posts

Control Tree Recursion
Learn how to loop through all the controls in a form and perform a common operation on all or some of them.
Integrate Windows Forms Into Your MFC Applications Through C++ Interop
Did you know you can integrate Windows Forms into your existing MFC-based applications?
Updating DataBound Controls asynchronously: AsyncBindingList<T>
This sample shows how to extend BindingList so that it can be updated on a background thread.
Posted: Apr 26 2006, 11:00 PM by admin | with no comments
Filed under:
Accessing a Web Service from a Desktop Application
In this article we will study how to access a simple database driven Web Service from a Desktop application. Here I have a DbHelper class which has openconnection(), closeConnection, getDataTable, getDataset etc methods, and ConnectToDb() and getDataSet() Web methods in the Web Service.
Multimedia Control
Playing audio and video is easier in version 2 of the framework, but the basic capabilities available still leave a lot to be desired. Fortunately, the free MediaPlayer component provided here demonstrates a more feature-rich solution to your multimedia needs—and it's compatible with all versions of the .NET Framework.
Posted: Apr 21 2006, 12:00 AM by admin | with no comments
Filed under:
Line-of-Business Data using Visual Studio Tools for Office 2005
For a lot of Information Workers Microsoft Office is their “comfort zone”, they know the Office applications from top to bottom. This article is showing how you, as a developer, can bring business data into this “comfort zone” by using Visual Studio Tools for Office 2005.
Posted: Apr 21 2006, 12:00 AM by admin | with no comments
Filed under:
A Simple Photo Browser
In this article my aim is to guide a relative Visual Basic .NET "newbie" through the process of creating a simple Photo Browser application. We will gradually build up the application, examining a number of the techniques available to you in Visual Basic .NET including creating a custom thumbnail control and creating instances of it at run-time.
Posted: Apr 21 2006, 12:00 AM by admin | with no comments
Filed under:
ClickOnce: Bringing Ease and Reliability to Smart Client Deployment
Who said client deployment has to be difficult? The ClickOnce technologies baked into Visual Studio 2005 and .NET Framework 2.0 make distributing your application either online or offline much easier.