Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
getclip (images)
#6
These are predefined formats, and one of them is CF_BITMAP (2).
You can save only to a bmp file.

Also, there is a bug in current QM version: key (44), and similar, produces one or more additional keys that depend on following text. The ) should be followed by space, as in example.

Code:
Copy      Help
key (44) ;
1
str s.expandpath("$desktop$\screen.bmp")
s.getclip(CF_BITMAP)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)