The following syntax, used with a TreeView control, doesn't work with Access 97 :

Private Sub MyTreeView_MouseDown(button As Integer, shift As Integer, x As Single, Y As Single)
...'Code
End Sub

Does somebody know why ?