-
API Resources
I am new to API's and although I find I can use API's I find it difficult to find the right API for whatever Job I am looking to do. I have used microsofts API site (which seems to have most of it's examples in C) and I have been to www.vbapi.com but these do not list all of the available API.
Does anyone have any good resources that I can use
Cheers
-
Try API-Guide created by KPD-Team: http://www.allapi.net it's a very good tool :)
-
You could do worse than to download the EventVB compiled help file
This has the APi calls arranged into logical groupings according to class - for example the ApiWindow class has a load of APIs pertaining to a window, the ApiPrinter class has a load of APIs for manipulating printers, the ApiDeviceContext has a bunch of APIs for dealing with device contexts etc. etc.
HTH,
Duncan