How do you show progress in the Taskbar with Winform C# 4.5
问题 EDIT: I don't want it to update, change or go away. I ONLY want the taskbar to be at 40% to start the program, stay that way till it closes. I spent a lot of hours and tried many examples...but no luck. To keep it simple, how do you show 40% done in Error color? This code runs but does nothing on the screen, no errors, just runs right by: public TaskbarItemInfo taskBar = new TaskbarItemInfo(); then in a method: taskBar.ProgressState = System.Windows.Shell.TaskbarItemProgressState.Error;