Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment: avoid the clipboard sendmessages #19

Open
hi5 opened this issue Jun 15, 2017 · 2 comments
Open

Experiment: avoid the clipboard sendmessages #19

hi5 opened this issue Jun 15, 2017 · 2 comments

Comments

@hi5
Copy link
Owner

hi5 commented Jun 15, 2017

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
Copy link
Owner Author

hi5 commented Sep 26, 2022

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

@hi5
Copy link
Owner Author

hi5 commented Oct 3, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant