Hi to all,
When i was reading the Win32 turtorial.


A message is an integer value. If you look up in your header files (which is good and common practice when investigating the workings of API's) you can find things like:

#define WM_INITDIALOG                   0x0110
#define WM_COMMAND                      0x0111

#define WM_LBUTTONDOWN                  0x0201

and so on.


I do not known how to enter in these headers.
Coud someone write me a way to get in?

all you have to include in your program is windows.h and it will include all the others that are needed.

But how to investigating the workings of API's?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.