This would be a really good place for some macros...
Code:
MACRO Edit_SelectAll (hEdit) = SendMessage(hEdit, %EM_SetSel, -1, 0) MACRO Edit_UnselectAll (hEdit) = SendMessage(hEdit, %EM_SetSel, 0, -1)
MACRO Edit_SelectAll (hEdit) = SendMessage(hEdit, %EM_SetSel, -1, 0) MACRO Edit_UnselectAll (hEdit) = SendMessage(hEdit, %EM_SetSel, 0, -1)
SendMessage(hEdit, %EM_SetSel, -1, 0) '-1,0 unselects all SendMessage(hEdit, %EM_SetSel, 0, -1) '0,-1 selects all
Control Send hDlg, %ID_Edit, %EM_SetSel, -1, 0 Control Send hDlg, %ID_Edit, %EM_SetSel, 0, -1
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: