PDA

Click to See Complete Forum and Search --> : Secure document using WebBrowser control


TheAmplifier
Aug 29th, 2000, 06:56 PM
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

Aug 29th, 2000, 10:04 PM
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.

TheAmplifier
Aug 29th, 2000, 10:38 PM
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