Question

There is a list of all SendMessage constants with their little description of the purpose for each message?

I've found this, but does not explain any of the constants: http://wiki.winehq.org/List_Of_Windows_Messages

I can search into MSDN for a specific constant to know what it does, but I want to know in a easy way which is the purpose of each message, for example reading a list of the constants with a little description of each one.

Where I can find some info like that?

Était-ce utile?

La solution

There is no 'easy way to know the purpose of each message' it takes several paragraphs or pages to describe the intricacies of how to use them (and 'easy way' does not automatically mean internet/online).

The Constants are somewhat descriptive in themselves, but for an online, searchable reference look at the PInvoke site. I thought the old Win32API add-in for VB6 was great too.

EDIT BOOKS

The Win32 SDK by Microsoft (three volumes) was excellent. It is all online in MSDN now, but the book format was excellently laid out.

Visual Basic Programmer's Guide to the Win32 API by Dan Appelman was basically a rehash of the SDK (as they all more or less are) but with VB4/5/6 examples.

All of Petzold's books are pretty much the gold standard for the Win32 API.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top