If you add a VB web browser to a project it uses the ocx/dlll in windows system directory, so a distribution will use whatever version of IE the user has.
I would like to use a feature only in IE5.5 onwards. Assuming I copy the correct ocx/dll to the project directory, is it possible to place a web browser that uses those instead?
Can add shdocvw.dll to references and it then shows as "Microsoft Internet Controls" but webbrowser not on Toolbox so not sure how to add control to form.
Any ideas appreciated.
PS If you have one of those anal PC Answers reading types who installs a different webbrowser and then insists on removing IE manually I assume webbrowser will not work at all.
I would like to use a feature only in IE5.5 onwards. Assuming I copy the correct ocx/dll to the project directory, is it possible to place a web browser that uses those instead?
Can add shdocvw.dll to references and it then shows as "Microsoft Internet Controls" but webbrowser not on Toolbox so not sure how to add control to form.
Any ideas appreciated.
PS If you have one of those anal PC Answers reading types who installs a different webbrowser and then insists on removing IE manually I assume webbrowser will not work at all.
Comment