In richtextbox link clicked event i have given,
process.start(e.linktext)
I have a combobox which is filled of company details. IF i select one company detail and select the hyperlink it is getting opened but when i select other company detaisl and click the hyperlink it is not getting opened.If i close the form & click the hyperlink it is getting opened. Without closing the form how i can open the hyperlinks.
process.start(e.linktext)
I have a combobox which is filled of company details. IF i select one company detail and select the hyperlink it is getting opened but when i select other company detaisl and click the hyperlink it is not getting opened.If i close the form & click the hyperlink it is getting opened. Without closing the form how i can open the hyperlinks.