In the first part of my Screencast series I will show you how to implement the progress and status information for the Windows7 taskbar.
Part I -- ProgressBar and Status:
In the first part of my screencast series I develop an application that allows to
- Show the progress of the applications work in the taskbar.
- Indicate the status (Paused, Normal, No determinate, Error).
- Dynamically change the status based on events.
http://channel9.msdn.com/posts/GLenz/Windows-7-Taskbar-in-10-Minutes-Part-I-Progress-Bar/ . The source code is available here .
The Windows API Code Pack can be downloaded here.
The other parts of the screencast series can be wonloaded @
Part IV -- Preview and Window Peek:
In the last part of the screencast series I show you how to develop an application that
- Allows you to show a clipped Taskbar Preview of your application, on a defined location of your application window.
- Dynamically changes the size of the preview image in the Taskbar.
- Change the preview image to show a custom Icon instead.
- Show a custom Window Peek Bitmap of your application when hovering with the mouse over the Taskbar Preview.
http://channel9.msdn.com/posts/GLenz/Windows-7-Taskbar-in-10-Minutes-Part-IV-Preview-and-Peek/
The source code is available here.
You can download the managed wrappers for the Windows 7 API from the Vista Bridge web page.
Part III -- JumpList:
In this part I show you how to develop an application that
- Creates a custom category for the Jumplist.
- Allows you to add Items to the custom Jumplist category (in this case text files, opened in Notepad when selected).
- Add user tasks to the Jumplist such as opening the calculator or notepad when selected.
- Add a separator to the Jumplist to group items.
http://channel9.msdn.com/posts/GLenz/Windows-7-Taskbar-in-10-Minutes-Part-III-Jumplists/ . The source code is available here.
Part II -- Icon Overlay:
In this part I show you how to implement custom Icon Overlays in the taskbar indicating the happiness (happy/unhappy) of your application. In your applications you can use this to
- Can indicate the status of your application or provide other useful information (such as online/offline, sign in status, status of your application).
- Dynamically change the icon.
http://channel9.msdn.com/posts/GLenz/Windows-7-Taskbar-in-10-Minutes-Part-II-Icon-Overlay/
The source code is available here.
I hope you found the series of Screencasts useful and to the point
.
Also, check out my blog at http://blogs.msdn.com/glenz .