F4MiniMenu
F4MiniMenu copied to clipboard
Experiment: avoid the clipboard sendmessages
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.
In v1.00 there is now passive mode so you can use it in a button bar or user command
https://github.com/hi5/qvd/blob/main/lib/ListboxActions.ahk