Add-ins, creating using Visual C++ : Help!
COM
1
Posts
1
Posters
0
Views
1
Watching
-
:confused:Hello I'm new to COM and ATL. I need some help regarding add-ins. I want to make an add-in for the Visual Basic Editor, displayed as a dialog-style window, using Visual C++. I know that COM and ATL are used, but I have no idea how to start. Also, the displayed dialog needs to keep track of the currently selected item (i.e. a Form, or a control within a Form) and read it's properties (color, text, etc.). I have looked over the articles discussing add-ins, but they don't address my situation. Any help would be greatly appreciated. Thanks.