Results 1 to 5 of 5

Thread: *Hides* What is the API?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2002
    Location
    Omaha, NE
    Posts
    25

    *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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Goto to http://www.allapi.net/ and Download their free API Viewer. Study the examples.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2002
    Location
    Omaha, NE
    Posts
    25
    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.

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  5. #5
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    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.
    Please rate my post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width