You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: