Hi, I create a window for use setting, it contains a hotkey control and an apply button. In normal way, the button is gray, but I want it be usable when the user set an new hotkey in the hotkey control.
I read the relation content in MSDN, but it seems hotkey control doesn't notify its parent window if the hotkey changed.
I don't want to query the hotkey (and compare with the original value) every 0.5 second.
Any suggestion is appreciated!