Avatar
Feb 2nd, 2001, 10:08 AM
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 ?
Private Sub MyTreeView_MouseDown(button As Integer, shift As Integer, x As Single, Y As Single)
...'Code
End Sub
Does somebody know why ?