Visual C ++ 6 ActiveX Tutorial

I need to create an application based on ActiveX Library (MIL for Framegrabbers Matrox). The library should already be running because it compiles and runs the example console application. (Yes, the console application probably doesn't use any ActiveX at all ... I don't really know)

The app will set time, frames per second, etc.

I have never used Visual C ++ before (I have some bad C programming skills), let alone an ActiveX library. I can't even get the Cancel dialog to work ...

I need the easiest vc6 + ActiveX tutorial ever.

Thanks in advance.

0


source to share


1 answer


Here 's an example - how to create a control (you already have one) and how to interact with it.



By the way, using VC ++ is not the best choice IMO. Programming COM clients is much easier in VB ...

+3


source







All Articles