Inserting ActiveX control in ActiveX server
-
Hello everybody, I have registered some ActiveX controls on my machine (bought a SDK from a customer which works fine in their HTML web-test-page). I have created a Visual Studio C++ new ActiveX server like this : File / New / New ATLCOM AppWizard Insert / New ATL object / Single object / Single threading model Now I have my own ActiveX Server, everything's great, compiling and all. ===> BUT in this/my ActiveX I would like to add "the" ActiveX from my customer sold me (name IQViewX class) I open : Project / Add to project / Components and controls / Registered ActiveX Controls but I don't see anything ! Whereas in the "OLE-COM object Viewer" I can see the QViewX class ! How can I add everything I need into my project ? Thanks alot, ptiJean
-
Hello everybody, I have registered some ActiveX controls on my machine (bought a SDK from a customer which works fine in their HTML web-test-page). I have created a Visual Studio C++ new ActiveX server like this : File / New / New ATLCOM AppWizard Insert / New ATL object / Single object / Single threading model Now I have my own ActiveX Server, everything's great, compiling and all. ===> BUT in this/my ActiveX I would like to add "the" ActiveX from my customer sold me (name IQViewX class) I open : Project / Add to project / Components and controls / Registered ActiveX Controls but I don't see anything ! Whereas in the "OLE-COM object Viewer" I can see the QViewX class ! How can I add everything I need into my project ? Thanks alot, ptiJean
Hi, As far as i Know the ActiveX control that you have bought from your customer is a liscensed ActiveX control, means that you can't use this control in your applications. Only those persons who have .lic file of this control can use the control in their applications. since you might not have .lic file so you can only see this control in your customer's built application and you can't built an application, making use of the control. I guess this answers you Muhammad Azam