laoyao > 2019-10-22 01:25
Jean Lalonde > 2019-10-22 09:36
hell.FileRun()
laoyao > 2019-10-23 02:41
(2019-10-22 09:36)Jean Lalonde Wrote: Hi Laoyao,
I can't insert the input box inside the menu as you illustrated. I'd like to but, as you have already read, this is a limitation of standard Windows menus used with AHK.
I could add a QAP Feature to open the Run dialog box but there would be little difference with opening it by pressing Win+R.
What you could do right now if you have AutoHotley installed on your system is to create a little script with only those 2 lines and add this script to your QAP menu as an Application favorite:
shell:=ComObjCreate("Shell.Application")
#R:hell.FileRun()
Jean Lalonde > 2019-10-23 07:50
shell:=ComObjCreate("Shell.Application")
shell.FileRun()