Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Event editing

Status
Not open for further replies.

marct

Programmer
Apr 6, 1999
32
US
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?
 
Hi Marc,<br>
<br>
If you just want to trigger a event procedure you can always call it. All events are nothing but ordinary procedure(basically)....<br>
<br>
<br>
With Regards,<br>
<br>
Anand
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top