10-10-2025 06:15 AM
Hello Guys,
I just have a small query, I'm running a VBScript in DIAdem that generally interacts with dialog file, and the user selection controls in the dialog file so as I run the script from the backend, I want to implement a Progress bar that should be populating over the dialog file and show how much percentage of the script is completed. So that user could also know the overall status of the script. So is it possible to implement the progress over to populate over the dialog file and show the process percentage using VBScript. I'll be glad If I get solution for this. I appreciate your support.
10-10-2025 08:06 AM
Hello Shivayogi,
you have to use the progress dialog in non modal mode. Consult the help and search for "MsgBoxDisp" and investigate the example.
10-10-2025 09:02 AM
Hi TVHCDB,
Thank you for the suggestion! I’ll definitely explore that option and review the documentation around MsgBoxDisp as recommended. Appreciate your support!