Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
getclip (images)
#2
RegisterClipboardFormat isn't related to bitmap copying.

Code:
Copy      Help
;copy bitmap and save to test.bmp
str s.expandpath("$desktop$\test.bmp")
s.getsel(0 CF_BITMAP)
5
;paste test.bmp
s.setsel(CF_BITMAP)
When format is CF_BITMAP, s itself contains only filename, but not bitmap data


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)