Question WebBrowser Control and searching

kaiser

Member
Joined
Dec 11, 2007
Messages
16
Programming Experience
1-3
Hello,

I have a WebBrowser control on a form that is fed a html file. I want the user to pick an item from a listbox and when the item is selected, a corresponding spot is navigated in the html file in the WebBrowser control.

The list box and all that is no problem. How can I, if it is possible, pass the info grabbed from the listbox to the WebBrowser control to look for that bookmark in the html file?

Thank you in advance!

Kyle
 
Back
Top