Easy one (image from resource file)

nooch32

Member
Joined
Oct 25, 2006
Messages
17
Programming Experience
3-5
How do i get the image from the resources file into an image variable?

i have an image in the resources file called "sub.gif" if that helps at all

Kind Regards,

Danny
 
ah right, i found it, you can directly access resources:

my.resources.sub (as bitmap)

i was using it in a dataviewgrid, so it went straight in without conversion :D
 
Back
Top