December 2008 - Posts
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
Todd Miranda shows how to add annotation support to flow documents in WPF.
Author: Todd Miranda
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
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
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