F4MiniMenu icon indicating copy to clipboard operation
F4MiniMenu copied to clipboard

Experiment: avoid the clipboard sendmessages

Open hi5 opened this issue 8 years ago • 2 comments

By using various SendMessages with:

  • LB_GETSELCOUNT = 0x0190
  • LB_GETSELITEMS = 0x0191
  • LB_GETCURSEL = 0x0188
  • LB_GETTEXT = 0x0189

it is possible to avoid using the currently used Clipboard messages.

hi5 avatar Jun 15 '17 16:06 hi5

In v1.00 there is now passive mode so you can use it in a button bar or user command

hi5 avatar Sep 26 '22 10:09 hi5

https://github.com/hi5/qvd/blob/main/lib/ListboxActions.ahk

hi5 avatar Oct 03 '22 16:10 hi5