Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl Pin
Nelek19-Sep-07 2:58
protectorNelek19-Sep-07 2:58 
QuestionSent Message Pin
sunit519-Sep-07 1:56
sunit519-Sep-07 1:56 
AnswerRe: Sent Message Pin
Randor 19-Sep-07 2:11
professional Randor 19-Sep-07 2:11 
GeneralRe: Sent Message [modified] Pin
sunit519-Sep-07 2:35
sunit519-Sep-07 2:35 
GeneralRe: Sent Message Pin
sunit519-Sep-07 2:38
sunit519-Sep-07 2:38 
QuestionRe: Sent Message Pin
David Crow19-Sep-07 2:41
David Crow19-Sep-07 2:41 
AnswerRe: Sent Message Pin
sunit519-Sep-07 18:54
sunit519-Sep-07 18:54 
GeneralRe: Sent Message Pin
Randor 19-Sep-07 3:31
professional Randor 19-Sep-07 3:31 
The MSDN is somewhat misleading in that it states: "directly calls the WndProc"

This is only true if the window belongs to the same thread executing SendMessage()

In other words... if Thread1 executes SendMessage() to a window it owns, the WndProc is directly executed.

If Thread1 executes SendMessage() to a window owned by Thread2, the message is placed into a seperate que. This special que contains messages of extreme high priority. This que is not the same as the standard message que.

Hope it helps,
-Randor (David Delaune)
GeneralRe: Sent Message Pin
sunit519-Sep-07 18:40
sunit519-Sep-07 18:40 
QuestionInsertion of Smiley Faces in Rich Edit Control Pin
_Shiva19-Sep-07 1:53
_Shiva19-Sep-07 1:53 
AnswerRe: Insertion of Smiley Faces in Rich Edit Control Pin
David Crow19-Sep-07 2:43
David Crow19-Sep-07 2:43 
QuestionAdjusting the size of the page in the property sheet Pin
Nishad S19-Sep-07 1:27
Nishad S19-Sep-07 1:27 
AnswerRe: Adjusting the size of the page in the property sheet Pin
KarstenK19-Sep-07 2:22
mveKarstenK19-Sep-07 2:22 
AnswerRe: Adjusting the size of the page in the property sheet Pin
David Crow19-Sep-07 2:44
David Crow19-Sep-07 2:44 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nishad S19-Sep-07 19:09
Nishad S19-Sep-07 19:09 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nelek19-Sep-07 20:18
protectorNelek19-Sep-07 20:18 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nishad S19-Sep-07 20:32
Nishad S19-Sep-07 20:32 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nelek19-Sep-07 22:02
protectorNelek19-Sep-07 22:02 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nishad S19-Sep-07 22:23
Nishad S19-Sep-07 22:23 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nelek20-Sep-07 4:06
protectorNelek20-Sep-07 4:06 
GeneralRe: Adjusting the size of the page in the property sheet Pin
David Crow20-Sep-07 2:29
David Crow20-Sep-07 2:29 
GeneralRe: Adjusting the size of the page in the property sheet Pin
Nishad S20-Sep-07 18:49
Nishad S20-Sep-07 18:49 
QuestionRe: Adjusting the size of the page in the property sheet Pin
David Crow21-Sep-07 2:41
David Crow21-Sep-07 2:41 
AnswerRe: Adjusting the size of the page in the property sheet Pin
Nishad S21-Sep-07 23:52
Nishad S21-Sep-07 23:52 
GeneralRe: Adjusting the size of the page in the property sheet Pin
David Crow22-Sep-07 16:35
David Crow22-Sep-07 16:35 

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.