I just learning c# can you help me? I trying this -> richTextBox1.Text = "https://www.google.com"; I actually see this text and it's clickable, but when I click on it nothing happens. How I add the event to this link so it's will open a link?.
Also, how can I convert this link like present text "Google" and inside event to open "https://www.google.com";
I know how to do Process.Start but I don't know how to insert this to richTextBox.