Webbrowser control question.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • smerf

    #1

    Webbrowser control question.

    Using the Webbrowser control in VB.Net 2005, how do you block behaviors like
    downloading files, images, flash, videos, etc.?

    Is there any way to intercept any file downloads (to scan for viruses before
    saving to system or allowing the user to open them)?




  • Cor Ligthert [MVP]

    #2
    Re: Webbrowser control question.

    Smerf,

    If works like Internet Explorer, it is just an interop to that.

    So if you cannot do that with IE, you cannot do that with the Webbrowser
    (and AFAI you could only do as you asked with very old versions from IE)

    Cor

    "smerf" <smerf@shroom.c omschreef in bericht
    news:nKgVg.4797 6$vX5.26892@big news8.bellsouth .net...
    Using the Webbrowser control in VB.Net 2005, how do you block behaviors
    like downloading files, images, flash, videos, etc.?
    >
    Is there any way to intercept any file downloads (to scan for viruses
    before saving to system or allowing the user to open them)?
    >
    >
    >
    >

    Comment

    Working...