Message numbers in the second range (WM_USER through 0x7FFF) can be defined and used by an application to send messages within a private window class. These values cannot be used to define messages that are meaningful throughout an application, because some predefined window classes already define values in this range. For example, predefined control classes such as BUTTON, EDIT, LISTBOX, and COMBOBOX may use these values. Messages in this range should not be sent to other applications unless the applications have been designed to exchange messages and to attach the same meaning to the message numbers
Si j'ai bien lu, tant que tu utilise ces messages au sein de ton application y a pas de pb et c tout simple:
Code :
- #define WM_MONMESSAGE WM_USER+3
|
Message édité par LetoII le 10-07-2002 à 11:40:13
---------------
Le Tyran