A
Academia
If the user types into the TextBox of a combobox it works OK. But if he hold
a key down so the letter repeats quickly the code runs into trouble.
My questions are:
Is it true that an event's code is normally run to completion before another
event's code is entered (KeyUp in my case)?
If that is true and there are exceptions that let another event start do
they include:
When DoEvents is executed?
When File I/O is executed?
Any others...
I don't believe there is a DoEvents in the executed code but there is
definitely file I/O.
It's a large program and difficult to find things out by experimenting. If I
had the answers to the above it would help much.
Thanks
a key down so the letter repeats quickly the code runs into trouble.
My questions are:
Is it true that an event's code is normally run to completion before another
event's code is entered (KeyUp in my case)?
If that is true and there are exceptions that let another event start do
they include:
When DoEvents is executed?
When File I/O is executed?
Any others...
I don't believe there is a DoEvents in the executed code but there is
definitely file I/O.
It's a large program and difficult to find things out by experimenting. If I
had the answers to the above it would help much.
Thanks