Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カスタマイズされたボタン以外に、C# のメッセージ ボックスに画像を追加することは可能ですか?
また
必要な画像をカスタム アイコンとして配置するにはどうすればよいですか?
それは不可能。
代わりに、 a を使用しFormて画像を表示できます。メッセージ ボックスは、アプリケーションの他のフォームと同じです。
Form
C# でコーディングする際にこのような機能があると便利ですが、現実には、私たちが考えるほど関連性がありません。
MessageBox に物を入れる代わりに Forms を使用することをお勧めします。
試してみてください。