Advertisement

How to use ActiveX Control w/o MFC

Started by March 17, 2000 04:05 PM
0 comments, last by drstrangeluv 24 years, 11 months ago
How do you include an activex control in a Windows program without using the MFC?

You can use the #import directive to import a typelibrary or dll, or even use the class wizard utility to do the same thing.

Check out the #import as the class wizard essentially does the same thing.

I would highly recommend "Inside COM", by Dale Rogerson and "Essential COM" by Don Box for all the goodies on dealing with raw COM.

HTH,

-mordell

Edited by - mordell on 3/20/00 7:12:56 AM
__________________________________________

Yeah, sure... we are laughing WITH you ...

This topic is closed to new replies.

Advertisement