08-19-2018, 04:38 AM (This post was last modified: 08-19-2018, 05:14 AM by win.)
Hello everyone, I want to wait for the hidden running program to quit unexpectedly, then pop-up prompt message "mspaint Has exited", Because the window is hidden, I can only rely on the program name, but I don't know how to set the wait dialog. the following code can not run successfully
I hope someone can help me think some methods, thanks in advance
08-19-2018, 06:15 AM (This post was last modified: 08-19-2018, 06:20 AM by win.)
The following waiting program code, when the program is running, the QM dialog box will lose response, when the program is finished, it will display normal. Is there any good way to keep the dialog box normal? thank you very much
__Handle h=run("$system$\mspaint.exe" "" "" "" 16)
mes "mspaint is Hidden running"
wait 0 H h
_____________________________________________________________________
int exitCode1=run("$qm$\Ghost64.exe" "-clone,mode=pdump,src=1:1,dst=E:\Back.GHO -z9 -sure" "" "" 16|0x400); err
you forgot to add the minimize button to the title bar
open the dialog editor make sure the title bar is selected
click the styles icon
on the styles window click
click WS_MINIMIZEBOX
the click ok on that window
then click save on the dialog editor window then close dialog editor and run dialog will be able to minimize then