I want to create an effect that changes the backcolor of my command buttons when the mouse pointer is moved over them, similar to the mouseover effect from vb6, I think. any suggestions??
Printable View
I want to create an effect that changes the backcolor of my command buttons when the mouse pointer is moved over them, similar to the mouseover effect from vb6, I think. any suggestions??
I think there is a mousehover event that does pretty much the same thing.
You can still do it, but Microsoft changed MoseOver to MouseEnter and MouseLeave.
could ya maybe give me an example of how to do this, I can't seem to figure it out. thanks.