I'm using Access 97 and the MS TreeView control V6.0. Where are the MouseUp
and MouseDown (and most other) event handlers? I can only see Got Focus,
Lost Focus, Enter, Exit & Updated event handlers.
All I want to do is implement a popup menu (which works fine), but I can't
see any way of hooking the MouseDown event. What am I missing?
_______________________________________
Marc Hillman, Melbourne, Australia
web: http://users.bigpond.net.au/mhillman/
Douglas J. Steele - 04 Sep 2005 16:19 GMT
You can't get to them through the Properties window, but they are there.
While you're in the VB Editor, make sure the treeview control's name is
selected in the left-hand combobox. Look in the list of events in the
right-hand combobox: you'll see them there.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> I'm using Access 97 and the MS TreeView control V6.0. Where are the
> MouseUp and MouseDown (and most other) event handlers? I can only see Got
[quoted text clipped - 5 lines]
> Marc Hillman, Melbourne, Australia
> web: http://users.bigpond.net.au/mhillman/
Marc Hillman - 05 Sep 2005 08:51 GMT
Thanks heaps! That fixed the problem.