Let me just say this first. I am not very good with C++.

Ok, here's what I want to do. I want a label on my form (I am using MFC) to change when the mouse moves over each button on my form. Kinda like a tooltip, but in a static place. I know how to change text in a label, but I don't know how to put code in a mouseover or mousemove event. Can anyone tell me how to do this?

Thanks for any help.