How to create Hyperlink in MessageBox.show? [duplicate]
问题 This question already has answers here : Clickable URL in a Winform Message Box? (5 answers) Closed 6 years ago . I have tried creating a hyperlink in MessageBox in this way: MessageBox.Show( "test message", "caption", MessageBoxButtons.YesNo, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, 0, **"http://google.com"**, "Keyword" ); Note: The Above code was actually "chosen as a answer" in an another question https://stackoverflow.com/a/1833877/2046417 ,but I don't know why its not