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 gkittelson 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: nalhuraibi
  • Order by date
  1. nalhuraibi

    Capturing Custom ActiveX Events in VBScript

    To responde to any event just put Sub ObjectID_EventName(ByVal ListYourVariables) ....... ....... End Sub Examples Consider that my ObjectID = GVAPI Sub GVAPI_OnNewData(ByVal strData) Msgbox("OnNewData Event") End Sub Sub GVAPI_OnServerConnect() Msgbox("OnServerConnect...

Part and Inventory Search

Back
Top