Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Prepare "off-screen" bitmap information
#4
Like this?

Macro Macro964
Code:
Copy      Help
BSTR b="Text"
__MemBmp m.Create(1000 100)
RECT r; SetRect &r 0 0 1000 100
DrawTextW m.dc b b.len &r 0
if(OpenClipboard(_hwndqm)) EmptyClipboard; SetClipboardData(CF_BITMAP m.Detach); CloseClipboard


Messages In This Thread

Forum Jump:


Users browsing this thread: 6 Guest(s)