If I Initialize the member variable of an edit control in a dialog through initdialog, it gets selected. I don't know how to deselect the text. Any suggestions?
Printable View
If I Initialize the member variable of an edit control in a dialog through initdialog, it gets selected. I don't know how to deselect the text. Any suggestions?
Call SetSel(-1), in the SetFocus() member function of the edit control.