Skip to content

Instantly share code, notes, and snippets.

@TLMcode
Last active December 20, 2015 14:48
Show Gist options
  • Save TLMcode/6149072 to your computer and use it in GitHub Desktop.
Save TLMcode/6149072 to your computer and use it in GitHub Desktop.
test event
IEObj := ComObjCreate("InternetExplorer.Application"), IEObj.Visible := 1
ComObjConnect(IEObj, new Events_Class)
Return
class Events_Class
{
__Call(event, p*)
{
ToolTip, %event%
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment