Click here to Skip to main content
15,888,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can I pass through a variable number of arguments to another function? Pin
Luc Pattyn1-Nov-07 7:12
sitebuilderLuc Pattyn1-Nov-07 7:12 
AnswerRe: Can I pass through a variable number of arguments to another function? Pin
Chris Losinger1-Nov-07 7:50
professionalChris Losinger1-Nov-07 7:50 
GeneralRe: Can I pass through a variable number of arguments to another function? Pin
jp-mocs1-Nov-07 12:17
jp-mocs1-Nov-07 12:17 
GeneralRe: Can I pass through a variable number of arguments to another function? Pin
jp-mocs2-Nov-07 5:44
jp-mocs2-Nov-07 5:44 
QuestionOn selection a word in CEdit, which messages windows return? Pin
Gofur Halmurat1-Nov-07 6:19
Gofur Halmurat1-Nov-07 6:19 
AnswerRe: On selection a word in CEdit, which messages windows return? Pin
Maximilien1-Nov-07 6:23
Maximilien1-Nov-07 6:23 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Gofur Halmurat1-Nov-07 6:34
Gofur Halmurat1-Nov-07 6:34 
AnswerRe: On selection a word in CEdit, which messages windows return? Pin
Mark Salsbery1-Nov-07 7:01
Mark Salsbery1-Nov-07 7:01 
Gofur Halmurat wrote:
How do we know which message WINDOWS OS return on any control?


I always keep a handy link to the control library documentation[^] (in
my online docs).

For each common control, there's a list of the messages and notifications.
For most controls, there's descriptions of how the control handles windows
messages as well.

For example, here's Edit Controls[^]

I wish I had them all memorized Smile | :)

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Gofur Halmurat1-Nov-07 7:24
Gofur Halmurat1-Nov-07 7:24 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Mark Salsbery1-Nov-07 7:54
Mark Salsbery1-Nov-07 7:54 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Gofur Halmurat1-Nov-07 9:29
Gofur Halmurat1-Nov-07 9:29 
GeneralRe: On selection a word in CEdit, which messages windows return? Pin
Mark Salsbery1-Nov-07 10:51
Mark Salsbery1-Nov-07 10:51 
QuestionBandwidth Monitor Pin
Alisdair Piercy1-Nov-07 5:25
Alisdair Piercy1-Nov-07 5:25 
AnswerRe: Bandwidth Monitor Pin
led mike1-Nov-07 6:06
led mike1-Nov-07 6:06 
GeneralRe: Bandwidth Monitor Pin
Alisdair Piercy1-Nov-07 6:10
Alisdair Piercy1-Nov-07 6:10 
GeneralRe: Bandwidth Monitor Pin
led mike1-Nov-07 6:36
led mike1-Nov-07 6:36 
Questionunresolved external ... CInvalidArgException Pin
bruccutler1-Nov-07 5:05
bruccutler1-Nov-07 5:05 
AnswerRe: unresolved external ... CInvalidArgException Pin
led mike1-Nov-07 5:34
led mike1-Nov-07 5:34 
QuestionRe: unresolved external ... CInvalidArgException Pin
Chris Meech1-Nov-07 7:28
Chris Meech1-Nov-07 7:28 
AnswerRe: unresolved external ... CInvalidArgException Pin
bruccutler12-Nov-07 15:29
bruccutler12-Nov-07 15:29 
Questiona little code need to explain Pin
youbo1-Nov-07 3:37
youbo1-Nov-07 3:37 
AnswerRe: a little code need to explain Pin
chandu0041-Nov-07 3:50
chandu0041-Nov-07 3:50 
AnswerRe: a little code need to explain Pin
Matthew Faithfull1-Nov-07 4:11
Matthew Faithfull1-Nov-07 4:11 
GeneralRe: a little code need to explain Pin
youbo1-Nov-07 4:14
youbo1-Nov-07 4:14 
GeneralRe: a little code need to explain Pin
Chris Meech1-Nov-07 7:24
Chris Meech1-Nov-07 7:24 

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.