Windows API Book Recommendations

Windows specific forum
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Windows API Book Recommendations

Post by netmaestro »

I'd like to buy one or more books on programming the Windows API. So far the best I can find is Charles Petzold's "Programming Windows" from 1998. It seems excellent for what it covers, but can anyone recommend something else, perhaps newer, that covers 2000/XP as well? Any suggestions are greatly appreciated.
BERESHEIT
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Windows API Book Recommendations

Post by PB »

When I was using VB, I bought "Dan Appleman's Visual Basic Programmer's
Guide to the Win32 API" which is highly respected by VB users. Its examples
and info easily convert to PureBasic, which is great. Haven't looked at it for
some time now, so I can't recall how much XP stuff (if any?) is in it.

Check out some reviews/comments here:

http://www.amazon.com/exec/obidos/tg/de ... 4?v=glance

"Essential Book For All Visual Basic Programmers"
"It's the Bible"
"Must have for Professional VB/VBA Programmer"
"dan appleman is the API god"

There's one anti-book comment: "Do not buy this book" - and the guy says
that all samples are made with the author's own functions: IT'S NOT TRUE.
The other comments are what I agree 100% with.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
blueb
Addict
Addict
Posts: 1121
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Post by blueb »

NetMaestro,

One of the very best books on Windows programming (IMHO) is:

Win32 Programming by Rector & NewComer from Addison-Wesley.

It's over 1500 pages, but it is complete.

http://www.awprofessional.com/title/0201634929


-blueb
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

NetMaestro,

Not a book, but an invaluable resource: APIGUIDE from AllAPI.net http://www.mentalis.org/agnet/apiguide.shtml
Post Reply