Users can select entries with space key in a check list box. But I cannot detect the selection in "On CtrlMessage".
There I have a "if (e_MsgID == MSGID_CLICKED) but wil never notice a space selection.
Using the mouse works fine.
Your help is appreciated, thanks in advance.
There I have a "if (e_MsgID == MSGID_CLICKED) but wil never notice a space selection.
Using the mouse works fine.
Your help is appreciated, thanks in advance.
Comment