Created
November 26, 2011 18:32
-
-
Save mbmccormick/1396105 to your computer and use it in GitHub Desktop.
Add Progress Bar to System Tray
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ProgressIndicator progressIndicator = new ProgressIndicator(); | |
| SystemTray.ProgressIndicator = progressIndicator; | |
| progressIndicator.IsVisible = true; | |
| progressIndicator.IsIndeterminate = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment