cursor activat in textbox

  • Thread starter abu abdullah........halsaeed85
  • Start date
A

abu abdullah........halsaeed85

hi all
i need code to make curser active means blinking in a textbox in form
after clear text in textbox .
any help appreciated .
thanks
 
L

Leith Ross

abu said:
hi all
i need code to make curser active means blinking in a textbox in form
after clear text in textbox .
any help appreciated .
thanks

Hello abu abdullah,

This code will clear te text box and then put the cursor in the tex
box.

TextBox1.Value = ""
TextBox1.SetFocus

Sincerely,
Leith Ros
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top