Hi,
Language: VB
Dev. environment: VS2005 Express Edition
OS: WinXP
Browser: IE7
I developed an application containing a WebBrowser object not visible to the user.
JPG, SWF and HTML files are loaded into the object and I'm grabbing the image of it for printing. Works great on systems that have IE7 but on machines that have IE6 installed, the grabbed image always comes out blank. Updating to IE7 on the problem machines makes them stop failing. Good, I thought...
New problem: the customer needs it to work with IE6 due to their internal regulations.
What I'd like to know, is if A) this is a known bug for IE6 or if B) it's just the fact that I'm using IE7 on the developing machine that makes the application depend on IE7?
If B is true, I gather it should help compiling the application on a machine that has IE6...?
Best regards and thanks for any input regarding this.
/Mr Miffo
Language: VB
Dev. environment: VS2005 Express Edition
OS: WinXP
Browser: IE7
I developed an application containing a WebBrowser object not visible to the user.
JPG, SWF and HTML files are loaded into the object and I'm grabbing the image of it for printing. Works great on systems that have IE7 but on machines that have IE6 installed, the grabbed image always comes out blank. Updating to IE7 on the problem machines makes them stop failing. Good, I thought...
New problem: the customer needs it to work with IE6 due to their internal regulations.
What I'd like to know, is if A) this is a known bug for IE6 or if B) it's just the fact that I'm using IE7 on the developing machine that makes the application depend on IE7?
If B is true, I gather it should help compiling the application on a machine that has IE6...?
Best regards and thanks for any input regarding this.
/Mr Miffo
Comment