c# - Click a listbox item open WebBrowser -


in webbrowser control have listbox. data on html page has loaded listbox, how can click on each item in listbox , open html page corresponds? (html pages have been put in debug folder of project). can use selectedindexchanged event or not? thank you!

in selectedindexchanged event, newly selected value of listbox , open url...

system.diagnostic.process.start(urlfromlistbox); 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -