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?