For activeX have a look at this:
http://doc.qt.nokia.com/latest/activeqt-container.html
For WMI the rules here:
http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
Applay for Qt appplicaitons as well as Qt application ARE C++ applications.
For activeX have a look at this:
http://doc.qt.nokia.com/latest/activeqt-container.html
For WMI the rules here:
http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
Applay for Qt appplicaitons as well as Qt application ARE C++ applications.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Thanks!!!!
i saw the links...
but i m not having idea, how to use it in program...
I am having idea about simple programming in Qt.. but i m finding bit difficult for use this lib or classes in my program.
can u please provide me sample code or step by step explanation
The links I provided have examples and a step by step explanations.can u please provide me sample code or step by step explanation
READ them!
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
sarang_neo (12th April 2011)
Hi High_flyer,
I am also working on the same. I also want to use wmi and its network related functions in Qt.
I have gone through the link and followed the given steps but I am facing problem in using method
dynamicCall() and querySubObject().
I want to access "Win32_NetworkAdapterConfiguration" to retrieve gateway address and perform some
network operations like release and renew ip address.
Can you please help me out or provide sample code that how these methods can be used?
Thanks in advance...
Describe the problem.but I am facing problem in using method
dynamicCall() and querySubObject().
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks