A macro is a series of commands and instructions that you group together as a single command to accomplish a task automatically.
I did lot of Googling to get a proper answer on how to use or start using Regular Expressions in …
regex vba visual-studio-macrosI use macros extensively for ViewModel properties in XAML development. I use them even more in WCF to generate Message …
visual-studio-2012 visual-studio-macrosHow do I perform a conditional post-build event? Specifically, I would like to only execute the post-build event command line …
macros visual-studio-2012 post-build-event visual-studio-macrosIm trying to use range.find to look up a value within a column, and return the matching value from …
vba excel visual-studio-macrosI would like to get the source code of a project at specific time (changeset). So I need do download …
command-line tfs tfs-sdk visual-studio-macrosMy team absolutely loves using regions, and with that in mind it's pretty much become a de-facto standard in our …
c# visual-studio-2010 region visual-studio-macrosSince intsafe.h and stdint.h both define INT8_MIN. Thus VS2010 generate a warning that says : 1>C:\Program …
c++ visual-studio-2010 macros visual-studio-macrosI'd like to write a macro to crawl through the files in my project directory and find files that aren't …
visual-studio macros visual-studio-macrosVisual Studio has macros like $(TargetDirectory), $(OutputPath) etc. In my source code, I want to specify a relative path for …
visual-studio-2010 visual-c++ visual-studio-macros