is there any good site for learning VB API Programming
Printable View
is there any good site for learning VB API Programming
There are many god sites, including this one if you know how to ask the right question, but can I also recommend you get hodl of a copy of "The Visual basic programmer's guide to the Win32 API" by Daniael Appleman (see also his company site) as this helps explain the way that the API is organised far better than any other (including my own).
HTH,
Duncan
http:/www.allapi.net/
Download their free API Viewer.
The best way to learn, is to just do it.
Basically, figure out stuff that you're not sure how you'd do it with VB's core functions--you can probably do it with API. Don't go for too much complicated stuff though...
Try www.vb-world.net, www.vbapi.com, www.vbaccelerator.com, www.vbgreatone.com
and the best... search on google.com:)
One of the best API sites I've found: http://www.mvps.org/vbnet/ .