Change image on button click

Started by
0 comments, last by Sure Shot 19 years, 2 months ago
Im using VB.Net. I made two buttons. Let's name them, button1 and button2. Now what I want is when you click on button1, button2 changes its image to one from the either pictureBox or from some file (jpg, bmp...). Is that possible, and if it is, please post how. Thanks, -rex
Advertisement
I'm sure there is a way in VB, but I haven't used it in a long time... It can probably be done by some kind of OnClick() Routine; the documentation 4 VB is at http://msdn.microsoft.com/vbasic

This topic is closed to new replies.

Advertisement