I realized that the "AxWindowsMediaPlayer" doesn't have a function for when the mouse enter and when the mouse leaves, it has only one mouse move. But I want to make the buttons appear only when the mouse enters or leaves.
I tested doing with a panel, but it doesn't go invisible without leaving the buttons as well.
Expectative:
'When mouse enter the AxWindowsMediaPlayer buttons are visible.
'When mouse leaves the AxWindowsMediaPlayer buttons are invisible.
I expected the "AxWindowsMediaPlayer" to have the function of when mouse enters and when it exits, but it does not. So I do not know what else to do.