PDA

Click to See Complete Forum and Search --> : 3rd party use of app with webbrowser object


AlanRCo
Apr 4th, 2000, 06:54 AM
I've produced a book review app for school which displays a book review with a web-style background. For the first time I have used the webbrowser object on a form and used the
ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DODEFAULT, command for printing. Sorry if I seem thick, but if this app was used on a computer without a default browser installed i.e. IE4 then would it still work, or does the webbrowser object require that an internet browser be installed on that computer?

Thanks to anyone with the patience to give me the answer!

Alan

'Remember, you're unique, just like everyone else!'

Mark Sreeves
Apr 4th, 2000, 06:18 PM
Yes, the PC would need to have IE4 installed

it wouldn't have to be the "default" browser though

also ExecWB only works with IE4 or higher so even assuming that the PC had IE3 (as shipped with windows 95) wouldn't suffice