01-31-2019, 09:36 AM
Dll in QM3 - yes.
VBScript does not support calling Windows dll functions. It supports only COM dlls.
COM dll :
http://www.quickmacros.com/forum/showthr...9#pid32229
VBScript example using function VbsExec in QM:
Macro Macro82
Function Fun5
VBScript does not support calling Windows dll functions. It supports only COM dlls.
COM dll :
http://www.quickmacros.com/forum/showthr...9#pid32229
VBScript example using function VbsExec in QM:
Macro Macro82
str vbs=
;set q = CreateObject("QmSendMessage.QMSM")
;q.Run "Q ^ M ^Fun5^ C test", true
VbsExec vbs
out "---"
Function Fun5