Jump to content

Recommended Posts

Posted

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() ?

Posted

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.

Posted

10x kafu ,i just realized that i wont need GUIGetMsg() at all so now loop for it too as i only need the GUI to handle events.

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
×
×
  • Create New...