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?
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?