How do I change the background image of a command button in Visual Basic?
I know how to change it during design time. However, for the sake of a picture-matching game, I need to change the picture during runtime. How do I do it?
Also, how do I set it to (None) during execution?
@Vivek S: I am using VB 6.0 and I want to change the picture of a command button during runtime, WHEN the user clicks the button. So, I don't need those long menus for my program, after all.