|
-
December 15th, 1998, 04:07 PM
#1
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
*******************************************************************************
-
December 24th, 1998, 01:02 PM
#2
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.
-
December 24th, 1998, 01:02 PM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|