Displaying 1 result from an estimated 1 matches for "cb_insertstring".
2007 Mar 27
0
WM_TIMER stops being sent?
...n the text field's HWND about 10 times a second. A custom
>window message of 1001 should be sent to the radar dialog's HWND if the
>text was changed between successive timer messages. We use SendMessage
>to add and remove items from the combo box (CB_DELETESTRING to remove,
>CB_INSERTSTRING to add).
As far as I can tell from a +message,+edit,+combo trace (available if
anyone wants), the WM_TIMER messages stop being dispatched once one
clicks in the line edit, and instead I see WM_SYSTIMER messages being
sent. After the aforementioned clicking around, the WM_TIMER messages
are se...