
blinking cursor in text boxes????????
Quote:
>firstly thanks once again for hopefully helping me out
>what i want to know is, on a form with a text box what is the code for
>putting the flashing cursor into the textbox rather than you having to click
>in the box prior to entering text
>many many thanks
Mark, check out:-
Text1.SetFocus
or as appropriate to your prog.
You might want to go further with:-
Text1.SelStart/Sel<whatever> = <something>
HTH.
Regards
--
Martin Trump