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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding a new event handler into the code

Status
Not open for further replies.

dc1688

MIS
Oct 25, 2001
2
US
Hi, I'm pretty new with VB. I'm trying to find a way to create a new event handler while the program is running. Can I do that? If so, how? Thanks in advance.
 
Hi dc1688, Are you trying to access an existing event at runtime(e.g. If This = True Then Command1_Click) or do you want to create your on event that you can trigger at runtime? MLK
 
An excellent tutorial about Event handling is found in Francesco Balena's Programming Microsoft's Visual Basic 6.0, edited by MSPress.

Fortunately, the particular chapter 7 is published online, for free. Have a look at:
_________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top