Hello All,
I have a windows form application where i create a word document(using Microsoft.Office.Interop.Word;).Now i want to insert a progress bar which will show my progress until the word document opens...how can i do that?
Regards,
Swetha
Loading
Roei BarPosted Sep 1, 2009, 12:57 AM
here is the link to the howto
http://www.c-sharpcorner.com/UploadFile/jieying/UsingProgressBarStatusBarandTimerControlsinVS.NET11282005021220AM/UsingProgressBarStatusBarandTimerControlsinVS.NET.aspx
it basicaly has a performstep action that you attech to
dont forget to mark this as "Accepted Answer"