flynny1st
September 11th, 2007, 05:16 AM
Hi,
is there a program similar to spy++ that will work on internet explorer components? as through spy they appear as on large control.
many thanks,
matt.
Ali Imran
September 22nd, 2007, 11:01 PM
Yes, there is one called winspy++ from James Brown, but after getting window class of internet explorer page area, control will not create. Since it is not just a control. You need to use OLE to embed browser control within a window.
download winspy++ from
http://catch22.net/software/
Browser creation using pure winapi
1. http://www.codeproject.com/com/cwebpage.asp
2. http://www.adp-gmbh.ch/win/misc/mshtml/
but make sure if you are using dev c++ (mingw compiler) you may end up with 1000s of erros, becuase the supplied headers are not complete with this compiler.
Following link has code in discussion may also help:
http://forum.programuj.com/viewtopic.php?p=5168&sid=9e04acc1138e71a5cc84a31dd7f08cf9
regards