Visual Studio 2010 Macro - Reporting Progress

Posted by user295841 on Stack Overflow See other posts from Stack Overflow or by user295841
Published on 2010-05-05T19:15:24Z Indexed on 2010/05/05 19:18 UTC
Read the original article Hit count: 260

Filed under:
|
|
|
|

I have just discovered macros in Visual Studio and I can't be happier. Well... I have my complaints but... you know ;)

A few of my macros are taking quite a while to complete and I am looking for a way to track progress. I build a log file during most of my macro processes but I have not found a good way to report progress without pausing the process. Ex. MsgBox("Progress")

Any way to access the output window or even better the VS status bar?

© Stack Overflow or respective owner

Related posts about visual

Related posts about studio