Image Property (ImageEditor)

  • Thread starter Thread starter Amer Kheir via .NET 247
  • Start date Start date
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
 
Hi Amer,

Is there a reason you did not ask this in the newsgroups?
microsoft.public.dotnet.languages.vb
or
microsoft.public.dotnet.languages.vb.controls
or
microsoft.public.dotnet.framework.drawing

Cor
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.
 
Back
Top