I don't want keystrokes typed in advance of my UserForm appearing to
remain alive and execute.

Anyone know the API call (which I assume this requires) to flush the
keyboard buffer?

Thanks much.

***

RE: What's the API call to kill the KB buffer? by James_Thomlinson

James_Thomlinson
Fri May 09 11:40:01 CDT 2008

Check out this link...

http://www.mrexcel.com/forum/archive/index.php/t-254206.html
--
HTH...

Jim Thomlinson


"baobob@my-deja.com" wrote:

> I don't want keystrokes typed in advance of my UserForm appearing to
> remain alive and execute.
>
> Anyone know the API call (which I assume this requires) to flush the
> keyboard buffer?
>
> Thanks much.
>
> ***
>

Re: What's the API call to kill the KB buffer? by baobob

baobob
Fri May 09 18:28:27 CDT 2008

Jim:

Thanks much. Will do.

***