Hi
User selects field with mouse instead of TAB
Requirements is for fields selected to be highlit so existing information can be replaced and not added to
ie 5 is replaced with 1 instead of becoming 51
How do I detect that the user has clicked on the field to select all of the field with
m_UnitsControl.SetSel(0,-1
);
It works if I tab to the field, and the set_focus event is fired.
Start Free Trial