If I need to set the background of an image to one of the files in my resource list, how can I do this?
button1.BackGroundImage = what?
My image is called "button_bg_red.bmp" and is in my resource list right now.
Printable View
If I need to set the background of an image to one of the files in my resource list, how can I do this?
button1.BackGroundImage = what?
My image is called "button_bg_red.bmp" and is in my resource list right now.
check the My.Resources namespace :thumb:
Ah, that's what I was looking for. Thanks!