Event editing
Event editing
(OP)
Is there some way to get into a pre-defined event (say a form's "show" event, for instance) and edit it so something other than the pre-defined condition can fire it. For example, if I wanted to create my own property (other than 'visible') to trigger the "show" or "hide" event, can I do that in VB?
RE: Event editing
If you just want to trigger a event procedure you can always call it. All events are nothing but ordinary procedure(basically)....
With Regards,
Anand