Does anyone know how to use let the user define a custom hotkey with the control IDC_HOTKEY, then register it on a system wide scale, so it sends a message back to the application when its pressed?

And I have googled, without much luck.

Recommended Answers

All 2 Replies

RegisterHotKey looks useful, but I'm looking specifically for a way to convert the input received from an IDC_HOTKEY form to a type compatible with RegisterHotKey (or similar function).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.