Click here to Skip to main content
15,908,834 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with Multithreads Pin
Michael Dunn1-Jan-02 9:30
sitebuilderMichael Dunn1-Jan-02 9:30 
GeneralRe: Problem with Multithreads Pin
Mustafa Demirhan2-Jan-02 0:33
Mustafa Demirhan2-Jan-02 0:33 
GeneralCompatibility Question Pin
1-Jan-02 3:37
suss1-Jan-02 3:37 
GeneralRe: Compatibility Question Pin
Philip Patrick1-Jan-02 3:50
professionalPhilip Patrick1-Jan-02 3:50 
GeneralHi, Philip ,look here... Pin
1-Jan-02 5:42
suss1-Jan-02 5:42 
GeneralRe: Hi, Philip ,look here... Pin
Philip Patrick1-Jan-02 6:02
professionalPhilip Patrick1-Jan-02 6:02 
GeneralWM_ Pin
The_Server1-Jan-02 2:41
The_Server1-Jan-02 2:41 
GeneralRe: WM_ Pin
Philip Patrick1-Jan-02 2:55
professionalPhilip Patrick1-Jan-02 2:55 
You should read it all Smile | :) There is a description of what is that. But I copy-pasted it for you here:

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.

Message numbers in the third range (0x8000 through 0xBFFF) (WM_APP+) are available for application to use as private messages. Message in this range do not conflict with system messages.

And RegisterWindowMessage is needed to... register a message on single computer so you will be sure that no one will use the same number on that puter

Philip Patrick
"Two beer or not two beer?" <shakesbeer>
Web-site: www.saintopatrick.com
GeneralRe: WM_ Pin
The_Server1-Jan-02 3:17
The_Server1-Jan-02 3:17 
GeneralRe: WM_ Pin
Philip Patrick1-Jan-02 3:41
professionalPhilip Patrick1-Jan-02 3:41 
GeneralRe: WM_ Pin
1-Jan-02 3:25
suss1-Jan-02 3:25 
GeneralRe: WM_ Pin
Philip Patrick1-Jan-02 3:43
professionalPhilip Patrick1-Jan-02 3:43 
GeneralRe: WM_ Pin
Jörgen Sigvardsson1-Jan-02 4:07
Jörgen Sigvardsson1-Jan-02 4:07 
GeneralRe: WM_ Pin
Philip Patrick1-Jan-02 4:22
professionalPhilip Patrick1-Jan-02 4:22 
GeneralHi, Philip Look Here... Pin
1-Jan-02 6:11
suss1-Jan-02 6:11 
GeneralTotally agree... :) Pin
Philip Patrick1-Jan-02 6:16
professionalPhilip Patrick1-Jan-02 6:16 
GeneralCustom User Interfaces in VC++ Pin
31-Dec-01 23:56
suss31-Dec-01 23:56 
GeneralRe: Custom User Interfaces in VC++ Pin
Christian Graus1-Jan-02 0:42
protectorChristian Graus1-Jan-02 0:42 
GeneralMicrosoft Speech API (SAPI) question Pin
31-Dec-01 22:28
suss31-Dec-01 22:28 
GeneralRe: Microsoft Speech API (SAPI) question Pin
Nnamdi Onyeyiri1-Jan-02 3:09
Nnamdi Onyeyiri1-Jan-02 3:09 
GeneralRe: Microsoft Speech API (SAPI) question Pin
1-Jan-02 3:28
suss1-Jan-02 3:28 
GeneralCImage to HBITMAP Pin
Liorsh31-Dec-01 19:44
Liorsh31-Dec-01 19:44 
GeneralRe: CImage to HBITMAP Pin
Christian Graus1-Jan-02 0:47
protectorChristian Graus1-Jan-02 0:47 
GeneralRe: CImage to HBITMAP Pin
Liorsh1-Jan-02 0:50
Liorsh1-Jan-02 0:50 
GeneralRe: CImage to HBITMAP Pin
Christian Graus1-Jan-02 1:01
protectorChristian Graus1-Jan-02 1:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.