Results 1 to 4 of 4

Thread: I want to use API.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Thailand
    Posts
    221

    Question I want to use API.

    Now I interest in API but I don't know how I can get the information of each API file.Such as I know in netapi32.dll has the function that can password in NT but I have no idea to coding it.Where can I get knowledge for API??
    Teeravee Sirinapasawasdee
    Gestalt IT Consulting Group
    Growth Your Business With e-Process

  2. #2
    sunnyl
    Guest
    www.allapi.net
    www.vbapi.com

    They both have tutorials and references. Most of the time APIs aren't known by the files they are in, but rather what they do and it's name/declaration.

  3. #3
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Also when you get more advanced with API try
    http://www.mvps.org/vbnet
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Bear in mind that if you have a DLL, you *cannot* use its functions unless you have the documentation for it (this is available for most parts of the Win32 API from Microsoft). The DLL itself contains the function names, but not their parameters.

    Just something to bear in mind so that we don't answer that question again
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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