Click to See Complete Forum and Search --> : VB Addins in C++


Jeff Wilson
December 15th, 1998, 03:07 PM
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: wilson@csi-health.com 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

*******************************************************************************

Rob
December 24th, 1998, 12:02 PM
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.

rob
December 24th, 1998, 12:02 PM
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.