This is done manually by going to the “Error List” output window and double-clicking on the first error or pressing F8. Is there a way to automate this?
(I’m using C++ if that matters.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
vittore is on track…
In VS press Alt+F11 to open the Macros IDE. Under ‘MyMacros’ open ‘EnvironmentEvents’ module and below these three lines
paste this Sub:
Obviously, you can comment out or delete the Beep and the message box…