Browse by Tags
All Tags »
Application (
RSS)
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.
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.
This article is about how to use Windows Vista preview handlers in a WPF application.
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...
In this two-part series, Jon Person will show you how to write a commercial-grade GPS application.
This article demonstrates a variety of Windows Forms data binding features using several simple examples.
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.
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...
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.
The following article shows step-by-step how to create a DotNetKicks reader using Silverlight 2.0.
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...
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...
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.
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...
This article shows how to use dynamic compilaiton to provide a scripting engine for your application.