Hi there,
Im using images (jpg files), as background images of my buttons. I change the image of the button on mouse over event. Right now Im doing it like this:
mybutton.BackgroundImage = System.Drawing.Image.FromFile("\\images\\admin1.jpg"
;
But Id like to do it getting the image from the resource file. I think there is a way of incluiding the images into the resource file and getting them from there, but Ive got no idea of doing it.
Anyone can help?
Thanks a lot in advance,
TssO.
Im using images (jpg files), as background images of my buttons. I change the image of the button on mouse over event. Right now Im doing it like this:
mybutton.BackgroundImage = System.Drawing.Image.FromFile("\\images\\admin1.jpg"
But Id like to do it getting the image from the resource file. I think there is a way of incluiding the images into the resource file and getting them from there, but Ive got no idea of doing it.
Anyone can help?
Thanks a lot in advance,
TssO.