PDA

Click to See Complete Forum and Search --> : Win API 32 functions


yak77
Sep 6th, 2001, 02:09 PM
hi,
How do i find out the functionality of each of the functions in the file win32api.txt & mapi32.txt (If I dont know what they do, how can I use them?)

gdebacker
Sep 6th, 2001, 02:37 PM
A good book is the best place. I have the "VB Progammer's Guide to the Win32 API" by Daniel Appleman. it is 1528 pages. It comes with a CD with samples and more documentation. It is a good book but some of the layout is annoying. There are other books on the subject.

Greg

Vlatko
Sep 6th, 2001, 03:09 PM
Go to VBapi (http://www.vbapi.com) , a great site.

Download API-Guide from here (http://www.allapi.net)

Megatron
Sep 6th, 2001, 03:16 PM
Try MSDN at msdn.microsoft.com

Hack
Sep 7th, 2001, 08:50 AM
Another pretty decent site is

http://www.allapi.net/

Vlatko
Sep 7th, 2001, 09:03 AM
Just note that the MSDN is biased towards C++ so you may have difficulties understanding.