G
Guest
Hi
I am trying to figure out how to monitor user input.
I have the user typing in a textbox where I fire a method on the text
changes event but this fires on every letter and it fies mant times if the
user types a long string - I 'd rather just run my method when the user is
done or if user pauses
What is the best way to use a timer or thread to check the textbox to see if
the user is still typing or done ???
Thanks
I am trying to figure out how to monitor user input.
I have the user typing in a textbox where I fire a method on the text
changes event but this fires on every letter and it fies mant times if the
user types a long string - I 'd rather just run my method when the user is
done or if user pauses
What is the best way to use a timer or thread to check the textbox to see if
the user is still typing or done ???
Thanks