Howdy guys, I would like to know weather it's possible to add html links within a listbox ? I have had a quick play around and yes i can insert the link as static html link ("http://thisite.com") but not clickable. Or if so use the tooltip to some how launch it. Basiccallly......what i need to do is display a listbox of items (filenames) then once the user clicks that item is the to search array(or another listbox2 with the paths stored) of it's and match the file path by the name in the selected text box. Or once the user has chosen the filename in the top listbox then run by path stored in the 2nd Hidden listbox(contains the items path).
So i have tried to method onclick startprocess(listbox2.selectedindex=listbox1.selectedindex) to no end....Help would be great...Cheers