CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Refreshing

  1. #1
    Join Date
    Jan 2000
    Posts
    45

    Refreshing

    you no the reload button on the internet explorer browser or netscape browser, how do you refresh the page?


  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Refreshing

    Do you want to refresh the browser page in the default browser (for ex. IE or Netscape)? or you want to make your own browser and refresh it?
    if you want to refresh the default browser then you could just go to this page which refreshes it self every 5 or 10 seconds (I'm not sure about interval)
    http://www.cchat.com/cybershadow/aalootpage/i2.html
    or you can make your won browser using Internet Controls and using WebBrowser1.Refresh to refresh page that had been loaded into your browser

    P.S. KNOW spelled KNOW not NO


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

Featured