473,387 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Refresh IE

Hi,

I'd want to be able to control an instance of Internet Explorer from a VB
app. I'd particularly like to refresh the page shown. Is there a way to do
this?

Thanks,
Nathan
Nov 21 '05 #1
2 2845
June 21, 2005

Without calling unmanaged code, you can use the COM Microsoft Internet
Controls library to create an IE instance and control it. If the IE window
is already opened, then you would have to call unmanaged code to control it.
This is the only way I know how.... In the library you call:

dim IE as new shdocvw.internetexplorer
ie.navigate(address)
ie.refresh

I believe this is all that is required, but it might be Slightly
different.... :-) Hope this helps!

--
Joseph Bittman
Microsoft Certified Application Developer

Web Site: http://71.35.110.42
Dynamic IP -- Check here for future changes

"Nathan" <nk*********************@softhome.net> wrote in message
news:en****************@tk2msftngp13.phx.gbl...
Hi,

I'd want to be able to control an instance of Internet Explorer from a VB
app. I'd particularly like to refresh the page shown. Is there a way to
do this?

Thanks,
Nathan

Nov 21 '05 #2
It should be possible to use SendKeys to pass an f5 ro the IE instance.

http://msdn.microsoft.com/library/de...ClassTopic.asp

"Joseph Bittman MCAD" <Ry*********@msn.com> wrote in message
news:Ot*************@TK2MSFTNGP15.phx.gbl...
June 21, 2005

Without calling unmanaged code, you can use the COM Microsoft Internet
Controls library to create an IE instance and control it. If the IE window
is already opened, then you would have to call unmanaged code to control
it. This is the only way I know how.... In the library you call:

dim IE as new shdocvw.internetexplorer
ie.navigate(address)
ie.refresh

I believe this is all that is required, but it might be Slightly
different.... :-) Hope this helps!

--
Joseph Bittman
Microsoft Certified Application Developer

Web Site: http://71.35.110.42
Dynamic IP -- Check here for future changes

"Nathan" <nk*********************@softhome.net> wrote in message
news:en****************@tk2msftngp13.phx.gbl...
Hi,

I'd want to be able to control an instance of Internet Explorer from a VB
app. I'd particularly like to refresh the page shown. Is there a way to
do this?

Thanks,
Nathan


Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Scott | last post by:
I have a clickable graph that resides on page 1. If user clicks a data point on the graph, the page runs again yeilding a 2nd graph that shows a more detailed graph. Problem is, I have a...
4
by: Yogi_Bear_79 | last post by:
Self Taught here so please bear with me. I have the labelRestrictSites as private on the MainForm.cs. I then access the labelRestrictSites.Text thru the public string LabelRestrictSites from...
1
by: Marco Maroni | last post by:
How to force image refresh on client browser ? Is ti possible to force the refresh of the same image (tha was changed server-side) to the client, without user press Contrl+F5 in IE ? - Marco
9
by: PK9 | last post by:
I'm having an issue with the "Refresh" of an asp.net page. The refresh is actually calling my last onClick event. I thought that asp.net was supposed to be stateless in that it shouldn't...
0
by: Brad White | last post by:
Overview: I have a custom web app that has an 'Inbox' that refreshes every 30 seconds. One user uses Outlook to host the web page. Using IE, the refresh works fine. If the user is working in...
7
by: Brian | last post by:
hello, I am looking for a way to auto refresh a web page that I created, but also let the user choose to stop the auto refresh. I can not figure out how to stop the auto refresh. Any help would...
12
by: martin1 | last post by:
All, is there window form refresh property? I try to set up window form refresh per minute. Thanks
10
by: Bill Nguyen | last post by:
I would like to be able to get an active browser window to refresh the URL (reload) every 5 minutes. Is it possible in VB.NET? Thanks Bill
0
by: chetu | last post by:
I have two pivot tables, but when my macro refreshes the pivot tables it refreshes all, but I want it to pick say for example; Say range "B8" of pivot table 1 is 60, I want the range "x2" of pivot...
4
by: Simon | last post by:
Dear reader, If I change the content of a field in an event procedure and in the same procedure I do a refresh, the refresh has no effect. The code in the event is as follows:
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.