Welcome to WindowsClient.net | Sign in | Join

Articles

Sponsors





  • advertise here

July 2006 - Posts

Understanding the Windows Forms 2.0 ToolStrip
This 6 hour course is intended for developers who support and develop Windows Forms applications for Visual Studio 2005 and the Microsoft .NET Framework 2.0.
Creating a Database Project in VS 2005
Visual Studio's database projects replace the database support that was available in Visual Studio 6.0 with the Visual Interdev IDE, making a number of improvements and enhancements.
Audio Feedback the Easy Way
Adding audio feedback to a .NET 1.1 application was a bit of a nuisance — you had to use interop to call the Windows Multimedia or DirectSound APIs. You can find plenty of code for this if you search around; however, .NET 2.0 has an easier solution: the System.Media namespace. This new namespace provides you with several ways to play sound in your .NET applications with very little code, and without the need for any interop.
Design Patterns in VB.NET
This article looks at what are GoF design patterns and how they fit. It mentions who the GoF are and how they came to work on the design patterns. It also deals with the parts of a pattern and the O-O design principles which underwrite them. Finally, it examines the advantages of using design patterns and why you should use them to code every day.
Coding Skills for a Windows Form Application
If you want to learn how to code and test a Windows form application, look no further. This article, the second of three parts, helps you brush up your coding skills. It is excerpted from chapter three of the book Murach's C# 2005.
Testing and Debugging a Windows Forms Application
This article shows you how to revise, test, and debug a Windows form application. The third of three parts, it is excerpted from chapter three of the book Murach's C# 2005.
Creating Smart Application Layouts with Windows Forms 2.0
Learn how to use new controls in Windows Forms 2.0 to create smart and extensible application layouts.
How to: Respond to Font Scheme Changes in a Windows Forms Application
Demonstrates how to change your application's font size dynamically when the user switches to Large or Extra Large Font in Windows XP.
Implementing Parent-Child ComboBoxes in VB.NET
Parent-Child ComboBoxes is one of the classical problems for almost all projects. This article shows how to implement such comboboxes.
How to Get a ToolStripItem from a Context Menu Click (Right-Click) with ContextMenuStrip
Determining which ToolStripItem is active when a ContextMenu is activated is a little more difficult than you'd expect. Find out more in this post.
Deliver The Power Of Spy++ To Windows Forms With Our New Tool
Many developers use the Spy++ tool provided with Visual Studio®. This article describes how to use a new utility called ManagedSpy and its associated library ManagedSpyLib.
Practical Tips For Boosting The Performance Of Windows Forms Apps
Windows Forms allow you to build a rich and responsive user interface for your applications. In this article I'll discuss a number of techniques you can use to ensure that Windows® Forms-based apps provide optimal performance as well. I'll discuss common performance-critical scenarios such as startup, control population, and control painting. Plus, I'll discuss how to design and code for performance in your application. Together these techniques should give you a good, basic foundation for getting the most out of your UIs.
A Look at the Windows Presentation Foundation: Part 2
This is the second of two articles on Windows Presentation Foundation (WPF), the user interface portion of the new WinFX APIs. Formerly codenamed Avalon, WPF provides for declarative as well as programmatic creation of UIs.
How to Data Bind to an RSS Feed (Blog Posts) in Windows Forms
RSS feeds are XML files that represent the current posts on a syndicated content channel, such as a blog or news feed. Since RSS feeds are XML, they can be loaded into an ADO.NET DataSet and bound to the elements of a form.
ClickOnce: How to Dynamically Detect Data Directory Between Debug, Release, and Publish
You may want to use different data directories for your ClickOnce application, depending on whether your running in debug mode, or release. This post shows you how.
Page view counter