CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: How to use API

  1. #1
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    How to use API

    Dear All,

    There is a API text viewer, Which gives lot of API which can be used in VB. I am NOT able to use them. Will some one give me some idea how to use them? I mean, I can copy them to my code by how to get details about them. However I am able to use only one Messagebox function in my codes just by guessing. I need more info about using most of functions.

    Thanks

    Santulan

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How to use API

    MSDN comes with the Platform SDK, which contains a reference of all SDK functions with descriptions of parameters and unfortunately almost without any samples.
    If you don't know the SDK, it's probably better to start with a book like Dan Appleman's Win32-book.


  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: How to use API

    check out this URL
    http://skyscraper.fortunecity.com/tr...api/intro.html
    it has lots of information about using API functions.


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

Featured