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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

client/server winsock web browser - address bar problem

Status
Not open for further replies.

hbutt

Programmer
Apr 15, 2003
35
GB
ok, im using winsock to send a web address from one browser i created to another. like a client/server thing, i want to be able to send an address that will be sent to the client/server browser address bar which will then re-direct the browser to that address.
ive got it so far to send the web address to the other browser.

if i were to set the address bar to update each time a new address appeared, i.e.

private sub addressbar_change()
browser.navigate addressbar.text
end sub

this kicks in straight away when u try to enter a web address manually, so u can like only write 'w' before it re-directs the browser.

is there a solution to this, without the use of timers?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top