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

Add a query window message for programmatically forward change #5

Closed
yak1ex opened this issue Jul 17, 2023 · 0 comments
Closed

Add a query window message for programmatically forward change #5

yak1ex opened this issue Jul 17, 2023 · 0 comments

Comments

@yak1ex
Copy link
Owner

yak1ex commented Jul 17, 2023

Sending WM_COMMAND with wParam 6000-6009(foward), 7000-7009(tag) will flip forward/tag status.
The current status, however, is not recognized easily from external programs.
By the following, we can control forward/tag status programmatically.

  • Add a message whose ID is gotten by RegisterWindowMessage("PrivoxyEnhancedQueryMessage")
  • Return the current status (0/1) for SendMessage with wParam to PrivoxyLogWindow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant