Hello All
I have a vb program which prints displayed webpages using the following code -
WebBrowser.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER
On a couple of computers the program displays the script error 'res://ieframe.dll/preview.js' With the option to continue running script. And doesn't print.
On looking more closer, the problem computers all have IE8. I have looked across the internet looking for a resolution and could only find ideas to either register dll's - which i have done. Or reinstall IE7 - which i did try on one computer but didn't fix this issue.
Any help would be appreciated.
Thank you for your time.
I have a vb program which prints displayed webpages using the following code -
WebBrowser.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER
On a couple of computers the program displays the script error 'res://ieframe.dll/preview.js' With the option to continue running script. And doesn't print.
On looking more closer, the problem computers all have IE8. I have looked across the internet looking for a resolution and could only find ideas to either register dll's - which i have done. Or reinstall IE7 - which i did try on one computer but didn't fix this issue.
Any help would be appreciated.
Thank you for your time.