TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kaware3
NA
1
0
HIGHLIGHTED Text Focus problem
May 29 2004 6:09 AM
Hello. I have made an editor application with c# using richtextbox, my problem is that when the user inputs the search string in the find window and clicks on find, the found text is highlighted only if the richtext box has the focus. so i have to issue the command richTextBox1.Focus(). But i don't want that since i want the user to keep pressing "enter" to search for the next occurance of the word/sentence being searched (just like with ms notepad.exe) Any solutions/ideas would be very appreciated. Another problem i found is that the Undo/Redo functions dont operate if the .Text was retrieved, done a search on google and found it to be a KNOWN bug in richtextbox. any solutions? Thanks alot
Reply
Answers (
1
)
Ask you a small question ,help me !!
Subclassing a control who's parent has to be the Desktop