I want to create a toolbar with buttons that change image as the mouse pointer moves over them -- like the buttons in the Windows Explorer Toolbar. However, there doesn't seem to be a mouse enter or mouse leave event available for individual buttons in a .NET toolbar. You can use those events for the entire toolbar itself, but not the individual buttons. Can anybody either get me pointed in the right direction to creating one myself (I'm very new to .NET and all this inheritance stuff), or possibly finding one that someone else has created?

Thanks,
Kenbuddy