Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RichEdit20A EM_SETSEL
#2
Edit box receives mouse button message after EN_SETFOCUS. You can PostMessage hDlg WM_APP 0 0, and on WM_APP (which must be in the first sel) set selection. Posted message arrives after the control receives mouse button message.

Easier way - use simple combo instead.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)