I am wondering if it is possible to create an ActiveX control without using the MFC ActiveX that is provided in VS2010? I prefer to code completely from scratch without any predefined or generated content. All ActiveX manuals are based on the use of MFC, and all generated code is rather confusing and difficult to understand and fully understand.
I'm also not very used to the MFC syntax, I am looking for something similar to standard C ++ against win32 api. As far as I understand, ActiveX components can be developed in languages ββother than MFC, such as C. I would like to use standard C / C ++, but I can not find any resources on how to make minimal ActiveX from scratch.
Hope I made it clear enough.
Thanks.
source share