|
-
Aug 31st, 2000, 07:24 AM
#1
Thread Starter
Member
Hi, i'm trying to make a text editor using the richtextbox
control. one of the problems i'm having when i click on a
combo box to change the font, the combo box still has focus
and i have to click the mouse in the correct place in the
richtextbox to continue.
my question is should i code every control to give the focus
back to the richtextbox or is there an easier/better way to
do this?
thanks in advance
MICK
-
Aug 31st, 2000, 07:33 AM
#2
I can't think of any other way of doing it but to add code in the combo box click event to set the focus back to the RTF box.
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
|