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

Windows Client Videos

December 2008 - Posts

How Do I: Use the WebBrowser Control in WPF
One of the many enhancements/additions in the .NET 3.5 SP1 update was the WebBrowser control. The WebBrowser control allows for not only loading web pages in WPF but interacting with them as well. In this video, Todd Miranda demonstrates how to load and interact with web pages in the WebBrowser control.

Author: Todd Miranda

Adding Annotations to Flow Documents

Todd Miranda shows how to add annotation support to flow documents in WPF.

Author: Todd Miranda

Posted: Dec 11 2008, 02:04 PM by jytylr | with 1 comment(s)
Filed under:
How Do I: Use Isolated Storage

Pat Tormey shows how to use Isolated Storage to safely read, write and delete files for individual users as part of your Windows Forms application.

Author: Pat Tormey

How Do I: Use the NotifyIcon Control

Pat Tormey shows how to use the NotifyIcon control. NotifyIcon puts a specific icon in the Windows taskbar when an application is running. It can also add a Balloon Tip and context menu to the taskbar icon.

Author: Pat Tormey

How Do I: Create a Splash Screen in WPF
The use of splash screens to improve the perceived startup performance of an application has been common for many years and across multiple technologies. In .NET 3.5 SP1, a new class was included to make adding a splash screen in a WPF application much easier. In this video, Todd Miranda demonstrates how to add a splash screen to your WPF application.

Author: Todd Miranda