Click here to Skip to main content
15,909,332 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CArray template class Pin
Holger Persch15-Oct-02 20:37
Holger Persch15-Oct-02 20:37 
GeneralRe: CArray template class Pin
Richard Lewis15-Oct-02 20:47
Richard Lewis15-Oct-02 20:47 
GeneralRe: CArray template class Pin
Tomasz Sowinski15-Oct-02 23:52
Tomasz Sowinski15-Oct-02 23:52 
GeneralRe: CArray template class Pin
Holger Persch16-Oct-02 3:23
Holger Persch16-Oct-02 3:23 
GeneralPreTranslateMessage Pin
paulb15-Oct-02 14:06
paulb15-Oct-02 14:06 
GeneralRe: PreTranslateMessage Pin
PJ Arends15-Oct-02 14:35
professionalPJ Arends15-Oct-02 14:35 
GeneralRe: PreTranslateMessage Pin
paulb15-Oct-02 14:53
paulb15-Oct-02 14:53 
GeneralRe: PreTranslateMessage Pin
Michael Dunn15-Oct-02 19:38
sitebuilderMichael Dunn15-Oct-02 19:38 
MFC has this warning all around the docs:
Note This member function is called by the framework to allow your application to handle a Windows message. The parameters passed to your function reflect the parameters received by the framework when the message was received. If you call the base-class implementation of this function, that implementation will use the parameters originally passed with the message and not the parameters you supply to the function.
meaning it will ignore the message and parameters you give it, and instead read the original message from a cache somewhere.

--Mike--
"I'd rather you just give me a fish today, because even if you teach me how to fish, I won't do it. I'm lazy." -- Nish
Just released - 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralHelp needed! Pin
MFC is the Best15-Oct-02 12:19
MFC is the Best15-Oct-02 12:19 
GeneralRe: Help needed! Pin
Christian Graus15-Oct-02 12:27
protectorChristian Graus15-Oct-02 12:27 
GeneralRe: Help needed! Pin
MFC is the Best15-Oct-02 12:40
MFC is the Best15-Oct-02 12:40 
GeneralRe: Help needed! Pin
Christian Graus15-Oct-02 12:47
protectorChristian Graus15-Oct-02 12:47 
GeneralRe: Help needed! Pin
MFC is the Best15-Oct-02 12:49
MFC is the Best15-Oct-02 12:49 
GeneralRe: Help needed! Pin
Christian Graus15-Oct-02 12:57
protectorChristian Graus15-Oct-02 12:57 
GeneralRe: Help needed! Pin
MFC is the Best15-Oct-02 12:58
MFC is the Best15-Oct-02 12:58 
QuestionHow do i create a progressbar in my application? Pin
Anonymous15-Oct-02 12:12
Anonymous15-Oct-02 12:12 
AnswerRe: How do i create a progressbar in my application? Pin
valikac15-Oct-02 15:05
valikac15-Oct-02 15:05 
AnswerRe: How do i create a progressbar in my application? Pin
Michael Dunn15-Oct-02 19:41
sitebuilderMichael Dunn15-Oct-02 19:41 
GeneralSetScrollBarPos() problems Pin
dazinith15-Oct-02 10:54
dazinith15-Oct-02 10:54 
GeneralRe: SetScrollBarPos() problems Pin
alex.barylski15-Oct-02 19:44
alex.barylski15-Oct-02 19:44 
GeneralRe: SetScrollBarPos() problems Pin
dazinith16-Oct-02 3:22
dazinith16-Oct-02 3:22 
GeneralRe: SetScrollBarPos() problems Pin
alex.barylski16-Oct-02 15:41
alex.barylski16-Oct-02 15:41 
GeneralRe: SetScrollBarPos() problems Pin
dazinith17-Oct-02 3:26
dazinith17-Oct-02 3:26 
GeneralReadEventLog EventID Pin
15-Oct-02 10:49
suss15-Oct-02 10:49 
Questionhow to delete a file in code? Pin
ns15-Oct-02 10:18
ns15-Oct-02 10:18 

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.