determine write stop?

  • Thread starter Thread starter Dzemo
  • Start date Start date
D

Dzemo

How to determine when user stop typing in text box (so that I can star with
other process)?
thx
 
Dzemo said:
How to determine when user stop typing in text box (so that I
can star with other process)?

Before doing that it's necessary to define what "user stops typing in text
box" means. Does this mean that there was no user action in the last n
seconds? Does it mean that the user set the focus to another control?
 
it means that user don't press any buttons on keyboard it that textbox and
textbox will still have focus
 
How to determine when user stop typing in text box (so that I can star with
other process)?
thx

Why not have a 'submit' button or whatever is appropriate?



Jan Hyde (VB MVP)
 

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

Back
Top