I have developed a desktop application for generating a file. Now I want to add that application to visual-studio 2005. How can I do it ?
As an example when I click Edit navigator(according to image) I want to load my application.
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.
You should be able to add your application to the Tools menu in VS by heading to Tools > External Tools and then adding the command to open your program. Your application will then appear in the Tools menu and you can click on it to open it. I’m basing this answer off VS 2010 as I do not have 2005 handy but it should be there.