Results 1 to 3 of 3

Thread: WebBrowser In The BackGround?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Location
    Hell
    Posts
    29

    Arrow

    I'd like to know if there is a way where I can make the WebBrowser access the page in the background.

    I'm making a program that can refresh a web page (i.e a hit counter - so it looks like they've got more hits than usual) but i want to be able to do it in the background, without making lots of mini-WebBrowsers.

    Is there a way?
    Eternally Yours,

    Angelus.

  2. #2
    Addicted Member Xenonic_Rob's Avatar
    Join Date
    Jun 2000
    Location
    England, UK
    Posts
    213
    Isn't there a "Refresh" method to the Webbrowser control?
    If not, there's a couple of ways u can do it...

    U can put the page to be refreshed into a 100% frame, and then add the following vbscript to the frameset page:

    <script language="vbscript">
    window.refresh
    </script>

    Or something like that.

    Rob Wright
    E-mail: [email protected]
    Website: http://www.xenonic.com
    The First Member of Honeybee's Club
    Favourite words: Zugzwang and Empiric

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Location
    Hell
    Posts
    29
    Well yeah:

    WebBrowser1.Refresh

    but i want the program to refresh the web page without the WebBrowser being shown. In the background so it doesn't slow down slower computers.

    Is this possible... or is it me explaining it wrong? Btw, i've made a Web Browser myself as my very first program!

    http://www.32trent.fsnet.co.uk

    if anyone wants to check it out. But i would also like to know how to print (actually from the printer) the page thats being displayed in WeBrowser1

    Any suggestions to any of the above?
    Eternally Yours,

    Angelus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width