Windows API (Application Programming Interface) is very useful, my question
is: I have a copy of the Text file that includes all the API functions and
constants, but how one earth do find out what each of them does and how do
combine different Functions to get my end result

Signature
A. Ch. Eirinberg
Jim Thomlinson - 26 May 2008 21:08 GMT
Google is your friend for getting the API's to work... You can also download
an API viewer as opposed to having a list.

Signature
HTH...
Jim Thomlinson
> Windows API (Application Programming Interface) is very useful, my question
> is: I have a copy of the Text file that includes all the API functions and
> constants, but how one earth do find out what each of them does and how do
> combine different Functions to get my end result
Howard Kaikow - 26 May 2008 21:09 GMT
A place to start is Dan Appleman's book
Visual Basic Programmer's Guide to the Win32 API
It's a bit dated and does not have the newer APIs, but the book will save
you lots of
time looking up the fundamental stuff.