私はこの方法でMessageBoxにハイパーリンクを作成しようとしました:
MessageBox.Show(
"test message",
"caption",
MessageBoxButtons.YesNo,
MessageBoxIcon.Information,
MessageBoxDefaultButton.Button1,
0,
**"http://google.com"**,
"Keyword"
);
注:上記のコードは、実際には別の質問https://stackoverflow.com/a/1833877/2046417で「回答として選択」されましたが、なぜそれが機能しないのかわかりません。キーワードでエラーが発生します (
Error 3 The * or -> operator must be applied to a pointer C:\Users\kiriti\Documents\Visual Studio 2010\Projects\TailorApplication_3\TailorApplication_3\Form1.cs 359 140 TailorApplication_3
)