is it possible to have specific text in a listbox line to act like a hyperlink?
dim sLocation as string = "\\server\folder\subfolder\"
LstOut.Items.Add("text text text" & sLocation)
I would like this to open in explorer.
This is not an ASP application, just a plain old winform.
I googled you question and on Tek-Tips Forums it says: