I made an chat application that uses listBox and each time someone sends a new message the text is displayed in the list box, I want to make so if someone sends either message starting with http or https to be clickable and open the link in an default browser. I use Visual Studio 2019 Enterprise. I tried searching the web but didn't find what I was looking for and I have no idea how to do it myself. Any help highly appreciated.
EDIT: I want to make links clickable that are displayed in an listBox screenshot its an win forms application