A
Amer Kheir via .NET 247
Salaam To All,
I created a custom control using Vb.net, and it contains an Image Property
it works half ok, it lets you select an image, but my problem is: if I want to delete my selection and set the property back to {(none)} it wont let you.
(Note: I want it to work like the Image Property of PictureBox Control)
here is my code:
private m_imgLogo as Image
I created a custom control using Vb.net, and it contains an Image Property
it works half ok, it lets you select an image, but my problem is: if I want to delete my selection and set the property back to {(none)} it wont let you.
(Note: I want it to work like the Image Property of PictureBox Control)
here is my code:
private m_imgLogo as Image