|
-
April 19th, 1999, 02:02 AM
#1
How can I show some text selected in a multiline edit control ?
Hi,
I would like to show some text selected in a Edit control ( For searching options), how can I do that ?
Thanks, Bye !
Braulio
-
April 19th, 1999, 04:35 AM
#2
Re: How can I show some text selected in a multiline edit control ?
Use CEdit::SetSel(int nStartChar, int nEndChar, BOOL bNoScroll = FALSE );
Dave
-
April 19th, 1999, 06:46 AM
#3
Thanks, but...
Thanks, but it don't show the selected text ( blue mark), How can I do that ?
Thanks, Bye !
Braulio
-
April 19th, 1999, 06:54 AM
#4
Re: Thanks, but...
> 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
-
April 19th, 1999, 07:07 AM
#5
Sorry, I froget to put to false the Hide Selection property...
Sorry, I froget to put to false the Hide Selection property...
Thanks, Bye !
Braulio
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|