Posts by Romero • 1 point
1 post
-
0
votes1
answer58
viewsA: How can I use a Hyperlink inside a Listbox?
A simple and effective example of how to treat items like Hyperlinks: private ListBox _listBox1; public void Initialize() { MyObject myObject = new MyObject(); myObject.DisplayName = "Google";…