Constant Code Example - CAPTUREit - Foundation 23.1 - Foundation 23.1 - AnyDoc - external - AnyDoc/CAPTUREit/Foundation-23.1/CAPTUREit/VBScript/VBScript-Examples/Constant-Code-Example - 2023-11-17

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License

Option Explicit

'******************************

'* Begin Immediate mode Code *

'******************************

‘ Display the name of the event as each event is fired

MsgBox vbsEventName & " " & AppModeString(CurrentMode)

'******************************

'* End Immediate mode Code *

'******************************