I've noticed that a lot of common applications like MS outlook, Access, etc. have some type of commandbutton or other control that will be highlighted or the picture inside it will change when you mouse over the control. I would like to do something like this for my app but it does not seem possible to do this with the normal commandbutton that is supplied with Access (you can't set the background color, things like that). I'm assuming there is a more sophisticated control that allows you to do this somewhat easily. Right now I am using an image that is kind of acting like a commandbutton; when you run the mouse over it I change the specialeffect property to raised, when I mouse down on it I set the specialeffect property to sunken, etc. This works for the most part but seems like a kludgy way to do it. Also when the mouse leaves the image, it is hard to get another event to be triggered to change the specialeffect back to flat.
Does anyone know a control like this that is available, or maybe a better way to execute this with standard controls that are provided?
Thanks,
Bill
Does anyone know a control like this that is available, or maybe a better way to execute this with standard controls that are provided?
Thanks,
Bill