Hi,
I would like to show some text selected in a Edit control ( For searching options), how can I do that ?
Thanks, Bye !
Braulio
Hi,
I would like to show some text selected in a Edit control ( For searching options), how can I do that ?
Thanks, Bye !
Braulio
Use CEdit::SetSel(int nStartChar, int nEndChar, BOOL bNoScroll = FALSE );
Dave
Thanks, but it don't show the selected text ( blue mark), How can I do that ?
Thanks, Bye !
Braulio
> Thanks, but it don't show the selected text ( blue mark), How can I do that ?
I don't know, it works fine here... do you mean it doesn't highlight the text, or that it doesn't scroll the highlighted text into view? Or what?
Blue mark?
Dave
Sorry, I froget to put to false the Hide Selection property...
Thanks, Bye !
Braulio