You only show one progress bar in this code and you are overriding it with a string.
To set the name of the control, you would do something like this:
$progressbar.Name = <value>
You may find the following links helpful:
https://info.sapien.com/index.php/guis/ ... ar-control
https://learn.microsoft.com/en-us/dotne ... work-4.8.1
To set the name of the control, you would do something like this:
$progressbar.Name = <value>
You may find the following links helpful:
https://info.sapien.com/index.php/guis/ ... ar-control
https://learn.microsoft.com/en-us/dotne ... work-4.8.1
Statistics: Posted by brittneyr — Thu Jun 13, 2024 7:23 am