Search found 4 matches

by tijger
18 Dec 2017, 07:49
Forum: Ask for Help (v1)
Topic: message when: print job is send to a printer
Replies: 7
Views: 1555

Re: message when: print job is send to a printer

It works now: First i did a Goto, Process to outside the function but that give a error. It must stay in the function. And i didn''t now the esc function to stop the ahk. Super:) #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assi...
by tijger
16 Dec 2017, 15:01
Forum: Ask for Help (v1)
Topic: message when: print job is send to a printer
Replies: 7
Views: 1555

Re: message when: print job is send to a printer

Hello, Thanks for your answers! I will try the code. My goal is to: - when a print job is send to the printer that a window (excel document) coming back on top. I have made a excel file where people must fill in their names and when they push OK a ahk will run (with a macro in excel) and minimize th...
by tijger
15 Dec 2017, 04:26
Forum: Ask for Help (v1)
Topic: message when: print job is send to a printer
Replies: 7
Views: 1555

Re: message when: print job is send to a printer

Hello, I found that tutorials, but they don''t give a solution (at the end of those topics the solution is not found) When i press print in for example a .pdf file. I get a popup in desktop that the document is send to the printer. Thats not a window, with the result that i can''t use ifWindow exist...
by tijger
15 Dec 2017, 02:45
Forum: Ask for Help (v1)
Topic: message when: print job is send to a printer
Replies: 7
Views: 1555

message when: print job is send to a printer

Hello, I have a question. Is there a way that i can see when a print job is send to a printer? I have this now: WaitQueueToBePrinted: Sleep, 500 IfExist, c:\windows\system32\spool\printers\*.spl { MsgBox, A document is send to the printer!! } else { MsgBox, Still waiting... Goto, WaitQueueToBePrinte...

Go to advanced search