Toolbar IE Change Current URL

Add-in Express™ Support Service
That's what is more important than anything else

Toolbar IE Change Current URL
 
Nels X




Posts: 9
Joined: 2008-05-08
Hi,

When i click on a toolbar's button i would like to change the CURRENT url of the browser :(

any ideas ?
Posted 08 May, 2008 16:39:43 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Nels.

Please try to use the Navigate method to open a new web page.

Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click
IEApp().Navigate("http://www.domain.com/")
End Sub

Posted 09 May, 2008 07:58:58 Top
Nels X




Posts: 9
Joined: 2008-05-08
thx a lot
Posted 09 May, 2008 15:58:58 Top