i have two textbox's... these textbox's can have formatting applied etc, but they lose focus when a button is pressed, and the wrong textbox has formatting applied..
is there a way to track the last textbox to have control?.
some kind of for each control f type textbox, if mouse.click, this.textbox.focus = true?
i've seen examples on the net, but they didnt work for me.
any help is appriciated..
thanks.