Well first off you would have to know when the mouse pointer is over a cmd button so :
-------
Private Sub buttonname_MouseMove(Button As Integer, Shift As Integer, x As Single, Y As Single)
end sub
-------
post dev ashish's code , maybe I can hepl you work through the rest of the problem