Search results for query: *

  1. V

    Web Browser Function

    I think Ive made some progress, basically I want the program to look through the source of Webbrowser1 and locate every IMG on the page. If for example "http://www.vbdotnetforums.com/images/vbdn/MainLogo.gif" is one of the images that are found, I want a message box to appear saying...
  2. V

    Web Browser Function

    Is there a quicker way that I could contact you because I am still pretty stuck. This is a helper code that I found online, does it look similar to what I am trying to achieve?
  3. V

    Web Browser Function

    Im really sorry but I have only been using VB for about 3 days, so I have no idea what any of that means :(
  4. V

    Web Browser Function

    OK how about... Ok lets say I wanted to use this function on this forum, I would like a MsgBox to appear when the code reads that "http://www.vbdotnetforums.com/images/vbdn/MainLogo.gif" is in the web browser box. How would I do this?
  5. V

    Web Browser Function

    Viewing Website Source I need to do is create a function that will look through the source code of the website displayed within my web broswer on my form, and then notify my when an image appears on that web page. If anyone could point me in the right direction about how to make a code that...
  6. V

    Web Browser Function

    Hey guys sorry I'm sort of new at this, so I apologise in advance if the thread is in the wrong area of the forum or if the problem I am having is actually very simple, but all the same I do need help. Basically I am creating a form in VB.NET Version 3.5 , with the web browser function, and I...
Back
Top