I received a very intriguing project.
1) Suppose that you have a lot DVR accessed via WEB with login and password.
2) The DVRs require special ActiveX (usually work with IE)
3) Suppose that you have a lot of DVR and do not want to remember username and password, but just store them and then click on a button to access.
I implemented the solution by using a proxy filtering like Proxomitron, and a webserver wich store DVR login info into Proxomitron. But the solution is quite bad.
I know that with Qt you can user QActiveX container. And, thus, running IE inside Qt is not a problem.
The problem is how to bypass the login of the DVR.
I thought that you can make a proxy in Qt (not very difficult, not very easy). Then,
modify the page and then pass it to the ActiveX.
BUT: i do not know how to pass it!
Any suggestion, very appreciated.
Regards
Bookmarks