ActiveX C++
-
Hello, Somebody knows a good and easy tutorial for C++ ActiveX??? I made one that I think that works as well but I don't know how to include this inside my HTML page, I don't know how to register my OCX file and what is the ClassId... Can anybody help me? Wender Oliveira .NET Programmer
-
Hello, Somebody knows a good and easy tutorial for C++ ActiveX??? I made one that I think that works as well but I don't know how to include this inside my HTML page, I don't know how to register my OCX file and what is the ClassId... Can anybody help me? Wender Oliveira .NET Programmer
How on earth can it work if you don't register it ? Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
-
Hello, Somebody knows a good and easy tutorial for C++ ActiveX??? I made one that I think that works as well but I don't know how to include this inside my HTML page, I don't know how to register my OCX file and what is the ClassId... Can anybody help me? Wender Oliveira .NET Programmer
Just using FrontPage or any HTML editor, you can insert your ActiveX control to web page. I dont know which version of FP that you are using but I have FP 2002. Here is command: Insert -> Web Component -> Advanced Controls -> ActiveX Control -> Your ActiveX Control. To register an ActiveX control, you can issue command: regsvr32 ocxfile or make a cab file that can be downloaded from network server.
-
Hello, Somebody knows a good and easy tutorial for C++ ActiveX??? I made one that I think that works as well but I don't know how to include this inside my HTML page, I don't know how to register my OCX file and what is the ClassId... Can anybody help me? Wender Oliveira .NET Programmer
I know how to register my OCX file, the problem is that I don't know the ClassID to add my object tag inside my HTML. Wender Oliveira .NET Programmer