|
-
Feb 17th, 2002, 12:19 AM
#1
Thread Starter
Junior Member
*Hides* What is the API?
I am teh n00b! I know it stands for application programming interface, but what is it, who is it's daddy, how many calories does it eat per day, and how can I effectively use it?
He who stands on toilet is high on pot.
-
Feb 17th, 2002, 07:21 AM
#2
Goto to http://www.allapi.net/ and Download their free API Viewer. Study the examples.
-
Feb 17th, 2002, 10:43 AM
#3
Thread Starter
Junior Member
Originally posted by Hack
Goto to http://www.allapi.net/ and Download their free API Viewer. Study the examples.
Thanks
He who stands on toilet is high on pot.
-
Feb 18th, 2002, 11:30 AM
#4
Black Cat
Remember that on these Forums API refers to the Win32 API, but anything can have an API.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Feb 18th, 2002, 12:08 PM
#5
Frenzied Member
API doesn't have any certain "daddy" other then MS and only because it's running on Windows.
The idea behind API is to use functions encapsulated in libraries. Most of the time this really isn't necessary due to the methods and functions already exposed through the component's interace.
However, sometimes it is necessary to use API functions to provide the user with better options.
Example is like with the ListView control. You can't automatically size the columns to fit the contents just through its interface. So what you have to do is utilize the ListView API to do it for you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|