Hi EveryBody:
Is there any way by using win32 api or adding refrence of Microsoft Internet
Controls to my project, Can help me to change the address bar of internet
explorer from one url to another in the same window without opening new
window like for example from
www.msn.com to
www.yahoo.com ?
because I have this code which open
www.yahoo.com in differnt window:
Dim Explorer As InternetExplorer
Set Explorer = New InternetExplorer
Explorer.Visible = 1
Explorer.Navigate "http://www.yahoo.com/"
any help will be appreciated
regard's
Husam