I want to be able to place one of the MessageBox Icons in a PictureBox that is on a form. I am trying to get the same effect as using a seterror (via ErrorProvider).
I would use an ErrorProvider with a Null errormsg but it turns off the icon.
I am basically trying to do something like the following:
myPictureBox.im age = MessageBoxIcon. Hand;
I would use an ErrorProvider with a Null errormsg but it turns off the icon.
I am basically trying to do something like the following:
myPictureBox.im age = MessageBoxIcon. Hand;
Comment