I have a list box with all web sites resulted from a google search. I want that when I double click on one link from the list to be able to open that page. I can do this in VB using list property, but in Access?
I send u a piece of my code for DblClick event in VB:
MyBrowser.navigate lstLinks.List(lstLinks.ListIndex)
I send u a piece of my code for DblClick event in VB:
MyBrowser.navigate lstLinks.List(lstLinks.ListIndex)