API Tips
by Ross Garner - Independent Developer
There are many API that have obtuse uses, here is one I have found useful:
Declare function GetAsyncKeyState Lib "User" (Byval vKey as integer) as integer
Two
uses of this API call are:
Written by: Ross Garner
Oct 95