How to get a VC++.Net (2003) AddIn working?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to create an AddIn for VC++ 7.1, and I'm having problems inserting a submenu into the Tools menu. I'm also not sure how to undo the installation, so that when you look at AddIn manager, the AddIn is no longer listed. How do I add a submenu, and how do I remove the AddIn to VC++ 7.1? I have the following source code: http://code.axter.com/Connect.cpp And the current code is in the CConnect::OnConnection method. I'm only interested in C++ methods, and not any VB code. Thank you Top ten member of C++ Expert Exchange. http://www.experts-exchange.com/Cplusplus