CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Tell me where APIs are documented

    Please give me the link where all (win98+winNT)APIs are documented.
    I want complete info about thier use etc etc\
    Thankx in advance...


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Tell me where APIs are documented

    You can either start off by buying the Dan Appleman 'Visual Basic Programmers Guide to the Win32 API', or by going through the msdn at [url]http://msdn.microsoft.com[/vb]

    The book is by far the best introduction to API programming for VB developers but doesn't cover things like API usage for common controls etc. The MSDN is very useful once you know what you're looking for, but can be a nightmare to navigate through.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    Mar 2000
    Posts
    3

    Re: Tell me where APIs are documented

    try surfing this web site..

    http://kpdweb.cjb.net/

    it offers simple ( but nice )documentation
    on a lot of APIs and an example for each documented API.

    happy hunting


  4. #4
    Join Date
    Mar 2000
    Location
    Chile
    Posts
    6

    Re: Tell me where APIs are documented

    <www.vbapi.com> is excelent


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