kram66
08-10-2004, 04:20 AM
I want to use a method to refresh a Internet Explorer webpage, I need to just refresh the page without loading a new child of IE is there away to get the windows handle and refresh the current page using VB6?
Refresh IE pagekram66 08-10-2004, 04:20 AM I want to use a method to refresh a Internet Explorer webpage, I need to just refresh the page without loading a new child of IE is there away to get the windows handle and refresh the current page using VB6? fast_track_ian 08-10-2004, 04:42 AM yes you can do that... do you create the web page in your program? if yes how did you create it? by createobject or by the webbrowser control? u cant post your part of your code here so that we can see... cheers! - Ian kram66 08-10-2004, 05:37 AM No, my idea is that I have a program that would talk to a IE page and refresh it at given intervals. So no, my program would not generate the web page. MikeJ 08-10-2004, 12:02 PM Well, in IE, refresh is F5 - or Ctrl+R - so maybe you can use SendKeys or keyb_event? |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum