I'm using a PropertyGrid and one of the properties I'm displaying is of type
Image. The grid allows the user to pick an image from a file using a
standard image browser. However, what it returns back to the property grid
is in raw Image format, which does not include the filename - but I want to
persist the selection as the filename that the user picked. Can this be
done?

Failing that, what's the best way to deserialize a raw Image ?

Re: Images in PropertyGrid by JezB

JezB
Wed Feb 11 05:29:37 CST 2004

oops ... I meant Serialize obviously.

"JezB" <jbradshaw@blueyonder.co.yk> wrote in message
news:uYcaVGJ8DHA.1052@TK2MSFTNGP12.phx.gbl...
> I'm using a PropertyGrid and one of the properties I'm displaying is of
type
> Image. The grid allows the user to pick an image from a file using a
> standard image browser. However, what it returns back to the property grid
> is in raw Image format, which does not include the filename - but I want
to
> persist the selection as the filename that the user picked. Can this be
> done?
>
> Failing that, what's the best way to deserialize [SERIALIZE!] a raw Image
?
>
>