Motoxpro..i know i was gonna change it until i got distracted for 30 min. Sorry.
Midgetsbro - Yes i am trying to add the 5 most recent web pages to that button. This is the code i have to add them. I am not sure how to do the rest..but i have one going so far..
VB Code:
Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant) Toolbar1.Buttons(1).ButtonMenus.Item(1).Text = WebBrowser1.LocationName Toolbar1.Buttons(1).ButtonMenus.Item(1).Key = WebBrowser1.LocationURL End Sub
What is the proper syntax to use in that ButtonMenuClick event?





Reply With Quote