PDA

View Full Version : how can I use QT to create a activeX



cindy911
11th March 2011, 07:47
hi!
I want to use QT to create a activeX, and embedded the activex to the IE.
please look at attachment.

agarny
11th March 2011, 07:56
Sorry, I don't have an answer to your question, only a question for you: why use Qt to create an ActiveX component? It's so specific to Windows, so I would have thought that Microsoft Visual C++ would have been more appropriate?

cindy911
11th March 2011, 08:36
Thank you for your reply!
Yes, I known!
:) I want to accepted use QT to create a ActiveX. Last time ,I am read the book about com.
so I want to use different langange to create the activeX.

agarny
11th March 2011, 09:20
Well, the language would be the same: C++ (unless you go for something like PyQt). The framework would be different though.

schnitzel
11th March 2011, 18:32
There are some modules dedicated to windows-only extensions - take a look at QAxContainer.

ChrisW67
11th March 2011, 22:20
Open Qt Assistant and search for "Building ActiveX servers and controls with Qt", the long list of "ActiveQt Examples" and, in particular, the "Wrapper" example.

cindy911
16th March 2011, 01:53
There are some modules dedicated to windows-only extensions - take a look at QAxContainer.

thank you!
I known how to use QtServer and QtContainer to create activeX!

schnitzel
16th March 2011, 16:07
thank you!
I known how to use QtServer and QtContainer to create activeX!

I'm glad you got it sorted out, but are you referring to the correct post that helped you find the answer in your reply.