Search results for query: *

  1. S

    Web Browser Control, block web sites

    I have a windows form that incorporates a web browser control (vb.net, vs2008) where I'm doing some screen scraping, etc. and I'd like to block certain websites that are appearing in advertisements, etc. I've looked online and I haven't found anything that doesn't incorporate mshtml.dll and...
  2. S

    Question web browser control: How to programatically access html code

    I'm using vb.net and the web browser control on a win form application where I have a dynamically created 'parent' html page that contains an 'iframe' that points to another dynamically created html page. Get it? Now, the exact reason why I'm doing this isn't the issue, but I'm trying to...
  3. S

    Object browser info for your custom objects

    Does anyone know how to create the descriptions (summary, return values, etc.) that exists when you click on specific object methods within the object browser? Not sure what I mean? Press F2 See System assembly? Expand it. See System namespace? Expand that. Click on the URI class. At the...
Back
Top