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

Articles

Sponsors





  • advertise here

Browse by Tags

All Tags » Application (RSS)
How to Play Audio Files Asynchronously Using Windows Forms
In this article, Suprotim Agarwal explores how to play audio files (WAV) asynchronously using Windows Forms. He focuses on the System.Media.SoundPlayer class, which controls playback of a sound from a WAV file.
How to Close a Parent Form from a Child Form in Windows Forms 2.0
In this article, we will create two forms, a parent and a child, and then open the child form using the Parent Form. When the child form closes, we will close the Parent form too.
Using Vista Preview Handlers in a WPF Application
This article is about how to use Windows Vista preview handlers in a WPF application.
Posted: May 22 2008, 01:06 AM by jaytayl | with 1 comment(s)
Filed under: ,
Writing Your Own GPS Applications, Part 2
In part two of this series, Jon Person shows developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET...
Writing Your Own GPS Applications, Part 1
In this two-part series, Jon Person will show you how to write a commercial-grade GPS application.
A Detailed WinForms Data Binding Tutorial
This article demonstrates a variety of Windows Forms data binding features using several simple examples.
WPF Diagram Designer, Part 4
In the fourth part of this article, I show how to add the following commands: Open, Save, Cut, Copy, Paste, Delete, Print, Group, Ungroup, Align, Distribute, and Order.
Posted: Apr 17 2008, 03:41 PM by jaytayl | with no comments
Filed under: , , ,
Go Back, Go Forward: Navigation History for WinForms Controls
The web browser user experience includes a "go back, go forward" navigation metaphor by default. This is useful for WinForms applications as well, especially for complex, multi-field applications. This article presents a History class to do...
Posted: Apr 15 2008, 03:10 AM by jaytayl | with no comments
Filed under: , ,
Business Application Series, Part 3
This is the third in a series of articles on writing WPF business applications in VB.NET using Visual Studio 2008. In it I cover how to decorate business entity objects for codeless entity validation and entity log message creation.
Create a DotNetKicks Reader Using Silverlight 2
The following article shows step-by-step how to create a DotNetKicks reader using Silverlight 2.0.
WPF Business Application Series, Part 2
This is the second in a series of articles on writing WPF business applications in VB.NET using Visual Studio 2008. In it I cover the FormNotification control, binding to objects that implement IDataErorrInfo, rendering the Form Notification popup in...
Dissecting LINQ to SQL
LINQ to SQL solves the mismatch between the object oriented and relational database world. In an application, we deal in terms of our domain objects such as customer and orders. However, when it comes to saving these objects and solving the datatype mismatch...
WPF Business Application Series, Part 1
This is the first in a series of articles on writing WPF business applications in VB.NET using Visual Studio 2008. In it I cover the following topics: Application Structure, Skinning, and Custom ToolBar Button Controls.
Creating Applications with NotifyIcon in Windows Forms
This article explains how to implement the common features required of a notification-based application in Windows Forms: starting up a Windows Forms application without showing a Form, using the NotifyIcon, bringing an existing Form to the front of the...
Posted: Apr 15 2004, 11:00 PM by admin | with 1 comment(s)
Filed under:
Using .NET to make your Application Scriptable
This article shows how to use dynamic compilaiton to provide a scripting engine for your application.
Posted: Mar 28 2004, 12:00 AM by admin | with no comments
Filed under: