[RESOLVED] suppressing ie warnings
iam using a webbrowser to connect to the googleaccounts service .now because it establishes a secure connection first .
so sometimes it displays security warnings like accept security certificate,display non-secure items and all that stuff that we encounter if we use ie to visit any secure site.
so is there a way i can suppress these warnings because i know that googleaccounts is a trusted source.
Re: suppressing ie warnings
You can use WebBrowser1.Silent = True
Re: suppressing ie warnings
alright i did that .i put that in my form_load event .are u sure it will work?? because it doesnt pop up all the time(those warnings)or is there a way i can check if its working?
Re: suppressing ie warnings
If you reboot your computer and then try it you will be able to see if it works or not