I am using Qt4 integrated with the visual studio 2005 and i need to know how can i add and use an ActiveX component with my qt project. :confused:
Printable View
I am using Qt4 integrated with the visual studio 2005 and i need to know how can i add and use an ActiveX component with my qt project. :confused:
it should be said that:
Quote:
The ActiveQt modules are part of the Qt Desktop Edition. They are not part of the Qt Open Source Edition.
I thought it was obvious since only the commercial edition has VS integration.. ;)
hehe, commercial clients have support as well...;)
thanks jpn the QAxWidget works well with ActiveX,
but if i designed a user control class with VS.NET and i need to import my .DLL file of the control to the form, how can i do that ??:o
I suggest you start by reading the docs on QAxWidget. Then you should take a look at ActiveX examples bundled with Qt. They should provide all the info you need.