Jump to content

Handle WM_CLIPBOARDUPDATE via Tray app. ?


Recommended Posts

Is there a way to handle WM_CLIPBOARDUPDATE via Tray app ? I wouldn like to create a hidden GUI just for that and use GUIRegisterMSG .

Is there a similar function , but for tray apps ?If not then , how would i implement 2 loops - GUIGetMsg() and TrayGetMsg() ?

Link to comment
Share on other sites

Afaik you need a Window to handle "Window Messages", as the OS only sends it to those. And for the second question, why not call both functions in the same loop one after another? Otherwise maybe switch to the OnEvent mode for one or both.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...