I have the mousemove event of my control set to change the color of a button residing inside it, so I know when the mouse is over it(the button is resized to fit the control in the Resize Event btw).
But im not sure howto have the color of the button change back when the mouse isnt over it. As I understand it when the mouse leaves the control the form starts using it's mousemove event (not the control). And I want it to be independant.

Please Help,
Steve