-
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
-
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.