Macros in Version 6
Visual Studio
2
Posts
2
Posters
0
Views
1
Watching
-
Hello experts, Is there a way to tie a Macro to a hotkey? For instance I've written a macro that inserts a big old block of comment text at the top of a C++ document. Now I want to be able to push Ctrl+Alt+C or something and fire off that macro. Can it be done in MSVC Version 6?
-
Hello experts, Is there a way to tie a Macro to a hotkey? For instance I've written a macro that inserts a big old block of comment text at the top of a C++ document. Now I want to be able to push Ctrl+Alt+C or something and fire off that macro. Can it be done in MSVC Version 6?
Tools->Customize->Keyboard Select Macros in the category. Choose a macro and then type the keyboard shortcut in the 'Press new shortcut key' text box Kevin