Visual Studio 2010 Macro - Reporting Progress
- by user295841
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?