[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

possibility to have generic event name?


could there be a possibility to have a generic event that would fire for
all controls?

Ie something like.

' triggers for ANY and EVERY control that is clicked.
Public Sub Control_MouseDown()

   Print Last.Name;; "mouse down"

End

or

Public Sub *_MouseDown()

   Print Last.Name;; "mouse down"

End

am i dreaming?, it it impossible?, is it already possible and i've missed a
trick?

Thanks
BruceS

Follow-Ups:
Re: possibility to have generic event name?T Lee Davidson <t.lee.davidson@xxxxxxxxx>