Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Is it possible to show progress bar while loading word automation and disable closing word automation window?

What I have tried:

I have no idea about it so I can't say anything here.
Posted
Updated 1-Aug-23 1:51am
v2
Comments
Member 15627495 1-Aug-23 6:11am    
to enable a 'progress bar', knowing it's part of Controls.
you have to :

- initialize the Progressbar ( min max values )
- launch your script
- use 'step' to make th progressbar going forward.

'min' and 'max' values are from your processing content
'it's like Start point, to End point.



-----------------
please rewrite your query question, it's so hard to understand, add details please.

1 solution

 
Share this answer
 
Comments
Maciej Los 1-Aug-23 13:31pm    
5ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900