quote:
Originally posted by MeEtc
OnEvent_ChatWndEditKeyDown is an event that will return the value of a pressed key combination when the chat window is active
code:
function OnEvent_ChatWndEditKeyDown(ChatWnd, KeyCode, CtrlKeyDown, ShiftKeyDown
);
Ok that's what I'll need later, but the problem at the moment is different. When you click on Save you're setting will be saved in the registry, but before I can save this into the registry I need to retrieve the information entered into the HotKey control. That my problem for now, I can't find anything about retrieving the HotKey that is entered...