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

Thread: guide for API

  1. #1
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    guide for API

    Does anybody know a good guid/refference for API's. The API text viewer that came with VB only gives the declarations and stuff, but it doesn't cover how to use these API's. Most of the time it's just guessing on how to call them, and what parameters are to be supplied to get the wanted result.

    Thanx

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  2. #2

    Re: guide for API

    Check out http://www.vbapi.com. In addition, there is always Dan Appelman's book, VB programmer's guide to the API.

    Charlie Zimmerman
    http://www.freevbcode.com


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