Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to run AHK code in QM, can you add a function?
#1
In QM, it is very convenient to run vbs scripts. Like the code below, I hope that developers can add a function, such as Ahkexec,  I can use to run ahk scripts, like the code behind. Smile thank you very much

Macro vbs 

Code:
Copy      Help
lpstr code=
;Set app=CreateObject("Word.Application")
;app.Visible=True
VbsExec code

Macro ahk 

Code:
Copy      Help
lpstr code=
;MsgBox, 4, , Would you like to continue?
;IfMsgBox, No
;;;;;return
;MsgBox You pressed YES.
AhkExec code

I am looking forward to anyone to propose some methods, thanks in advance.


Messages In This Thread
How to run AHK code in QM, can you add a function? - by win - 08-14-2018, 03:55 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)