PDA

Click to See Complete Forum and Search --> : Identifying webbrowser control


Dec 29th, 2000, 02:41 AM
Hi,

How can I identify a webbrowser control as "Netscape" or "Opera" or any other browser? I need the server from where I request a web page, look my browser as the browser I want. I see no properties for that in webbrowser control.

Thanks in advance

Dec 29th, 2000, 03:05 AM
The ShDocVw.dll file contains the WebBrowser Control which is a part of Internet Explorer and is only for Internet Explorer, not Netscape or Opera.

For Netscape and Opera, they'd probably have their own dll controls, not to sure if they have controls of theirs that you can use in your own program.