-
VB Addins in C++
Does anyone have information on how to write Visual Basic 5.0 or 6.0 Addin tools in C++ (C++ or MFC C++)?
Please let me know.
*******************************************************************************
Jeff Wilson
Software Engineer Component Software International
e-mail: [email protected] 8118 Corporate Way
phone: (513) 573-7106 ext 263 Suite 200
fax: (513) 573-7110 Mason, OH. 45040-9560
www: http://www.csi-health.com
*******************************************************************************
-
Re: VB Addins in C++
ATL 3.0 has support for creating add-ins. I haven't messed around with it
extensively, but I did create a sample ATL project with an add-in object and it
looked promising. MSDN should have documentation on it.
To start you on the way:
1. Start the app wizard in VC6, and create an ATL project.
2. Once the project is created, insert an ATL object.
3. This will bring up a wizard. Click the "Add-In" object, and
continue from there.
-
Re: VB Addins in C++
ATL 3.0 has support for creating add-ins. I haven't messed around with it
extensively, but I did create a sample ATL project with an add-in object and it
looked promising. MSDN should have documentation on it.
To start you on the way:
1. Start the app wizard in VC6, and create an ATL project.
2. Once the project is created, insert an ATL object.
3. This will bring up a wizard. Click the "Add-In" object, and
continue from there.