MASM32 Downloads
SaveDesktop.exe test.bmp
SaveDesktop.exe test2.bmp 32
...hide the calling app first, grab the screen then show the caller again.
@ felipe...but the cmd window still muddies up an otherwise good screen capture. That was my whole point.
If i will have to choose (actually i already did ) between this nice assembly program and some bloatware...guess what... :idea:
invoke GetConsoleWindowmov hwnd,raxinvoke ShowWindow,rax,SW_HIDEinvoke Sleep,300...invoke ShowWindow,hwnd,SW_SHOWret