Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Closed] Mimic Phrase Express
#13
Your macro can do it, when it runs from the menu. Look in str.setsel help. It supports resources too.

Macro Macro2239
Code:
Copy      Help
;\
function $text
;out text ;;must be .bmp file path or .bmp resource like "resource:<Macro2239>test.bmp"
_s=text
_s.setsel(CF_BITMAP)

Macro ShowDragDropTextMenu example
Trigger F7     Help - how to add the trigger to the macro
Code:
Copy      Help
str s=
;run macro that pastes image, resource:<Macro2239>test.bmp, Macro2239
;
ShowDragDropTextMenu s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)