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...
|
4
Shouts |
|
|||
No comments yet, be the first one to post comment.