Friday, May 21, 2010

Click able Button through an image box in visual basic?

I'm trying to make an music player in visual basic to act like an iPod. Where I set the button behind the image box and it is still click able.





If anyone has any ideas on how to do this it would help a bit.

Click able Button through an image box in visual basic?
If you are using Visual Studio Express (it's free) then look in the properties window and set the background image of your button to your image.





Alternatively thorugh code...





button1.Image = Image.FromFile("C:\Graphics\MyBitmap.bmp...


No comments:

Post a Comment