Results 1 to 11 of 11

Thread: Ultimate API book?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    421

    Question Ultimate API book?

    Anyone know of a book or a place to go that has all of the API functions listed in one place? That freggin API viewer that comes with VB just aint cuttin it. Thanks.
    [vbcode]
    ' comment
    Rem remark
    [/vbcode]

  2. #2
    Tygur
    Guest
    The ultimate API book?
    Dan Appleman's Visual Basic Programmer's Guide to the Win32 API

    1500+ pages of api info!

  3. #3
    Addicted Member reznor's Avatar
    Join Date
    May 2001
    Location
    Netherlands
    Posts
    151
    check out www.vbapi.com
    "Computers are incredibly fast, accurate and stupid. Human beings are incredibly slow, inaccurate and brilliant. Together they are powerful beyond imagination." - Albert Einstein

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Also try www.allapi.net, but the Appleman book is good.
    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
    Lively Member The Hand's Avatar
    Join Date
    Jun 2001
    Posts
    88
    Alot of people like Dan Appleman's books. I personally have not read them.

    If you are looking for a good API guide, check out

    http://www.allapi.net

    They've got a great little app with tons of examples.

    -Hand out
    Visit EliteVB for slimy subclassing tricks and GDI32 goodness.

  6. #6
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    The absolytely best giude to win32 API is the MSDN. The problem is that it is C++ oriented.
    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

  7. #7
    Megatron
    Guest
    C++ is not too hard to convert. See VB Thunder's article on reading C++ code.

  8. #8
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Anybody see read the O'Reilly VB/API book? I wonder how it compares to the Appleman one.
    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.

  9. #9
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    A combination of Dan Appleman's book and the MSDN library (and the C++ header files for the constant declarations) will do the trick most of the time.

  10. #10
    Megatron
    Guest
    Books are a better source for learning about the topic, whereas MSDN is more of a reference.

  11. #11
    Lively Member The Hand's Avatar
    Join Date
    Jun 2001
    Posts
    88
    Originally posted by JoshT
    Anybody see read the O'Reilly VB/API book? I wonder how it compares to the Appleman one.
    I actually own that book.

    There are some gems in there, but you have to dig to get to them. It didn't have nearly enough depth on any of the few topics that it does cover.

    From everything I've heard Appleman's book is the best. I plan on picking up a copy next time I'm in the states...
    Visit EliteVB for slimy subclassing tricks and GDI32 goodness.

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