This question is so easy, I'm almost embarrased to post it. But being **very** new to VB, I don't have much choice.
Anyways, here's what I'm trying to do. I have an image control and an imagelist control. When the mouse moves over the image, I want to show index 2 (from the imagelist). When the mouse is not over the image, I want to show index 1.
I can use the mousemove procedure to show index 2 when the mouse is over the image... but how do I know the mouse is not over the image control, and "revert" the image back to index 1.
Thanks in advance,
- Cam
Anyways, here's what I'm trying to do. I have an image control and an imagelist control. When the mouse moves over the image, I want to show index 2 (from the imagelist). When the mouse is not over the image, I want to show index 1.
I can use the mousemove procedure to show index 2 when the mouse is over the image... but how do I know the mouse is not over the image control, and "revert" the image back to index 1.
Thanks in advance,
- Cam