Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i'm experimenting with internet-type stuff, and i was wondering

Status
Not open for further replies.

SykoStokkrTim

Programmer
Jul 19, 2002
20
0
0
US
if it's possible to refresh a site in internet explorer with a VB program?
 
If you want to use internet in your VB program,so you should first add broeser object from comments menu.Then (i do not know )exactly this control has a method to refresh a site.You can use object browser to find thismethod or see MSDN. Behnam2204@yahoo.com
BehnamPro
 
in Project/Components add Microsoft Internet Controls

On your form add the WebBrowser control
This has a Refresh method, which refreshes current page Let me know if this helps
________________________________________________________________
If you are worried about how to post, please check out FAQ222-2244 first

'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top