-
Hi! I've recently decided to try writing a customized browser using the WebBrowser control in VB6.
Does anyone know how to tell if a document loaded into a WebBrowser control is secure or not (ie. the little lock in Internet Explorer)?
If anyone knows any help would be fantastic! Thanks!
-Amp
-
If you download IE 5.5, you will notice that it has upgraded features when you put the Webbrowser control on your form. What you are trying to do, IE 5.5 has a new function called SecureLockIcon.
Check your Object Browser for more.
-
Ahh, that's great! I'll go grab the update after writing this.
By any chance, if I were to distribute this "browser", would it work properly for someone using IE5 (not 5.5). Is it updating the actual control?
Thanks for the help!
-Amp