Is it possible to show progress bar while loading word automation and disable closing word automation window?
Loading
Is it possible to show progress bar while loading word automation and disable closing word automation window?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mehmet FatihPosted Aug 1, 2023, 11:07 AM
This is out of my field. I can make it on the windows form but not on the word automation. I have solved the problem windows form progressbar.
Cr BhargaviPosted Aug 1, 2023, 9:37 AM
Hi Mehmet,
Yes, it is possible to show a progress bar while loading Word automation and disable the closing of the Word automation window. You can display a progress bar before the windows being poped up to indicate to the user that the operation is ongoing. You can use a separate form or a control to show the progress. Update the progress bar as the Word automation process proceeds. You also have to consider the expection cases like if the user gets the pops being closed or any error occurs in between like that. Please try and let me know if you have any doubts.
Happy to help!