1

I have to build an application based in an ActiveX library (MIL for Matrox framegrabbers). The library should be already working, since it compiles and run a console application provided as example. (Yes, the console application is probably not using any ActiveX at all... I actually don't know)

The application will set times, frames per second, etc.

I never used Visual C++ before (I have some poor C programming skills), let alone an ActiveX library. I'm not even able to get an "Ok Cancel" dialog to work...

I need the most basic ever vc6 + ActiveX tutorial.

Thanks in advance.

4

1 回答 1

4

是一个示例 - 如何创建控件(您已经拥有一个)以及如何与之交互。

顺便说一句,使用 VC++ 并不是 IMO 的最佳选择。COM 客户端的编程在 VB 中要简单得多...

于 2008-11-27T20:02:53.430 回答