Is there no index in msdn that lets me look through all
the API functions that help for them exists?
Do I have to know the name of the API function to get help for it??
Thanks .
Dan.
Printable View
Is there no index in msdn that lets me look through all
the API functions that help for them exists?
Do I have to know the name of the API function to get help for it??
Thanks .
Dan.
The best API resource I have found is at http://www.allapi.net/
They have a database of many API functions and examples of how to use them. Still, it is limited and I wish there was a little more info especially about constants and usage.
If you look at the API Text viewer that comes with VS, then see what commands you want, all the commands are listed in the MSDN, search msdn online as well, msdn.microsoft.com
If you have install peoperly and you should get all the Win32 API function explaination in the following treeview node:
Platform SDK|Win32 API|Reference|Functions in Alphabetical Order
For the API apply to VB you can also take a look at www.vbapi.com