Getting the cursor to blink to the right of text in a CEdit box control
Hi,
What function should i use to get the cursor to blink on the right side of text on a CEdit control?
thanks
Re: Getting the cursor to blink to the right of text in a CEdit box control
Quote:
Originally Posted by
austinium
Hi,
What function should i use to get the cursor to blink on the right side of text on a CEdit control?
thanks
Oops i missed some details, I have a CButton which OnClick clears the contents of the CEdit box and place text("fill-in") there, then i use SetFocus() on the editbox. Now the cursor blinks to the left of fill-in , how do i get it to blink at the end of the string instead of the beginning?
Re: Getting the cursor to blink to the right of text in a CEdit box control
Re: Getting the cursor to blink to the right of text in a CEdit box control