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