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

Windows Client Videos

Browse by Tags

All Tags » Windows Forms videos » VS2008 and .NET Framework 3.5 (RSS)
How Do I: Create a Report From a Business Object?
Visual Studio developers will learn how to build a simple local report showing data returned by a business object using the ReportViewer control in Visual Studio 2008. Author: Boris Scholl
How Do I: Create a Report From a Database?
Visual Studio developers will learn how to build a simple local report showing data from a database using the ReportViewer control in Visual Studio 2008. Author: Boris Scholl
WinForms-FormToForm Using Properties
In this video Pat Tormey shows how to send and receive messages between two or more forms using the technique of creating a custom property for the form. As forms are also classes you can add a customer Public Property and use it to send and receive ...