Hi all,
I have a Problem with PB12.5.2.
The function
...
job = PrintOpen( )
result = PrintScreen(job, 1, 1, 7500, 6000)
PrintClose(job)
...
doesn't work in exe.
Now I want to use the Windows (global external function) function to get a hard copy to the clipboard.
...
keybd_event( 44,1,0,0 )
...
This works.
But how can I use to print directly from the clipboard without an external program? Does anyone have a solution? Thank you.
André