c - How to CLOSE a context menu after a timeout? -
i need have context menu (currently created trackpopupmenu) close automatically after period of inactivity. i'm trying search finding opposite (how activate popup after timeout) or specialized things particular applications. things i've found close enumerate children of desktop until window class name #32768 found -- menu -- , close it.
i'm hoping better, clearer way. suggestions?
send wm_cancelmode message parent window host context menu .
Comments
Post a Comment