the Button class is using, among other, the DialogResult Property, Which I use and it works great!
But...
know I whant to use DialogResult in combination with a PictureBox, which I use in severall cases as a button, to get rit of the
overload given by the button class.
I made a Custom Component PictureBox called "CPictureBox".
But know I have to implement the dialogresult into it.
How should this be done??
Bookmarks