4
Shouts

Windows 7 Taskbar C# Quick Reference - Arik Poznanski's Blog

posted by arikarik 808 days, 11 hours, 51 minutes ago
Monday, March 08, 2010 10:11:29 PM GMT

Windows 7 Taskbar C# Quick Reference Following are some listings to be used as a quick reference to common Windows 7 Taskbar features using Windows API Code Pack. The code in this post is based on previous work by Yochay and Sasha.FeaturesSetting the process Application IDTaskbarManager.Instance.ApplicationId = "TaskbarManaged"; Note: This should be done before the window is shown, a good place is on form load.Setting the Application ID of a windowTaskbarManager.Instance.SetApplicationIdForSpecificWin...

category: UX | clicked: 0 | | source: blogs.microsoft.co.il | show counter code
tags: Taskbar, Windows 7, C#

No comments yet, be the first one to post comment.

To post your comment please login or signup