Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Saving Print Screen
#1
Hello there,

I was checking the functions getclip and setclip with the option to store print screens from clipboard but I couldn't make it work.
Can sombody please show me a piece of code that print screens and saves to a BMP on the desktop?

Thank you very much!!
#2
Works here.
Macro Macro2245
Code:
Copy      Help
key (44)        ;; Prnt_Scrn
1
str s="$desktop$\printscreen.bmp"
s.getclip(CF_BITMAP)

or CaptureImageOnScreen, or CaptureImageOrColor
#3
Thanks one more time!


Forum Jump:


Users browsing this thread: 1 Guest(s)