Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX control only with win32 api 1

Status
Not open for further replies.

jurin

Programmer
Jul 16, 2004
2
CZ
hi everybody,
How to create activex control only with win32 api???
(without the help MFC or ATL)

Thanks
 
It is possible, but extremely painful. The book, "Developer's Workshop to COM and ATL 3.0", shows how to create programs using COM without MFC or ATL, comparing with how it is done with ATL. However, by the time the author gets to ActiveX, he gives up showing the non-ATL way, because it is just too tedious and error-prone.

If you read this book, you'll know how to create ActiveX controls with Win32 API only, and you'll also know why you would never want to do this in the first place. [wink]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top