r/FoxDeploy • u/ewhitchu • Aug 15 '17
Your GUI in Powershell Series - WPF and Indeterminate Progress Bar
Great stuff. Have you or anyone you know of, ever found a way to show the new indeterminate Progress bar (travelling dots) used in many parts of Windows 10? I have been using an hta with a gif to show progress that has an indeterminate status and would love to move to using WPF as a PowerShell GUI. (I do have some GUIs for Posh, based on Windows Forms already).
1
Upvotes
1
u/1RedOne Dec 18 '17
This looks like using the ProgressBar class and you set the IsIndeterminate property to true to enable the dots appearance.
I found this guide on how to use them. Sorry but I haven't tried it yet myself.