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!

Search results for query: *

  • Users: Diegogo123
  • Content: Threads
  • Order by date
  1. Diegogo123

    How to raise an event from vb6 Form to a usercontrol?

    I am trying to RaiseEvent from a button, this button is located in a Form. Then the idea is to raise the final even to the usercontrol. I have tried the next code: Form Public Event TestEvent() Private Sub Command1_Click() RaiseEvent TestEvent End Sub usercontrol Event clicked() Option...

Part and Inventory Search

Back
Top