How do I use other code in between functions that wait for input?
I try to print all drawing file.
I using ProPrintExecute().
ProPrintExecute() called MS_PRINT_MGR and appear print dialog.
We try to accept print automatic.
But ProPrintExecute() wait user inputs Accept or Cancel.
I try to use Auto Accept through the Windows API, but the next statement will not run until ProPrintExecute () is finished.
Is there a way to run the code after ProPrintExecute is called?
For example, ProPrintExecute runs in the background or starts the code that appears after ProPrintExecute.
Warm Regards
SeonHo
Thanks

