0

Is there anyway to create a custom MessageBoxIcon, like MessageBoxIcon.Warning or something, only of my own image?

nozzleman
  • 9,529
  • 4
  • 37
  • 58
Lodestone6
  • 166
  • 2
  • 16

1 Answers1

0

The Windows message box is a sufficient means to display messages to the user. Try this link,

http://www.codeproject.com/Articles/17253/A-Custom-Message-Box

Prabhat Sinha
  • 1,500
  • 20
  • 32