Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlsit view item movement Pin
trioum12-Nov-08 18:26
trioum12-Nov-08 18:26 
AnswerRe: lsit view item movement Pin
Iain Clarke, Warrior Programmer13-Nov-08 3:20
Iain Clarke, Warrior Programmer13-Nov-08 3:20 
GeneralRe: lsit view item movement Pin
trioum13-Nov-08 18:25
trioum13-Nov-08 18:25 
GeneralRe: lsit view item movement Pin
Iain Clarke, Warrior Programmer13-Nov-08 22:34
Iain Clarke, Warrior Programmer13-Nov-08 22:34 
GeneralRe: lsit view item movement Pin
trioum14-Nov-08 0:12
trioum14-Nov-08 0:12 
GeneralRe: lsit view item movement Pin
Iain Clarke, Warrior Programmer14-Nov-08 0:20
Iain Clarke, Warrior Programmer14-Nov-08 0:20 
QuestionCalling MessageMap functions Pin
Anu_Bala12-Nov-08 17:57
Anu_Bala12-Nov-08 17:57 
AnswerRe: Calling MessageMap functions Pin
AtomAnt12-Nov-08 21:33
AtomAnt12-Nov-08 21:33 
A message map "just" maps incoming messages to methods, it shouldn't care if the given method is accessible from outside of the class or not, so basicly making it public is ok, just not too nice. As an alternative, you could call these methods thorough the message map by using SendMessage or PostMessage.

AtomAnt

- If God wanted man to code, man would have been born without the need to sleep.

GeneralRe: Calling MessageMap functions Pin
Anu_Bala12-Nov-08 22:50
Anu_Bala12-Nov-08 22:50 
GeneralRe: Calling MessageMap functions Pin
jon_fallon13-Nov-08 1:12
jon_fallon13-Nov-08 1:12 
QuestionGrid to List box Pin
Pryabu12-Nov-08 17:41
Pryabu12-Nov-08 17:41 
AnswerRe: Grid to List box Pin
ShilpiP12-Nov-08 18:14
ShilpiP12-Nov-08 18:14 
GeneralRe: Grid to List box Pin
Hamid_RT12-Nov-08 20:45
Hamid_RT12-Nov-08 20:45 
AnswerRe: Grid to List box Pin
Hamid_RT12-Nov-08 19:15
Hamid_RT12-Nov-08 19:15 
GeneralRe: Grid to List box Pin
Pryabu12-Nov-08 20:13
Pryabu12-Nov-08 20:13 
AnswerRe: Grid to List box Pin
SandipG 12-Nov-08 21:45
SandipG 12-Nov-08 21:45 
Questionrewrite programs without gotos and breaks Pin
phokojoe12-Nov-08 17:17
phokojoe12-Nov-08 17:17 
AnswerRe: rewrite programs without gotos and breaks Pin
Sarath C12-Nov-08 17:46
Sarath C12-Nov-08 17:46 
AnswerRe: rewrite programs without gotos and breaks Pin
Subrat 470826612-Nov-08 20:32
Subrat 470826612-Nov-08 20:32 
QuestionCEdit::CreateEx [modified] Pin
Mark Gilson12-Nov-08 6:48
Mark Gilson12-Nov-08 6:48 
AnswerRe: CEdit::CreateEx Pin
David Crow12-Nov-08 7:53
David Crow12-Nov-08 7:53 
GeneralRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 8:18
Mark Gilson12-Nov-08 8:18 
GeneralRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 8:20
Mark Gilson12-Nov-08 8:20 
JokeRe: CEdit::CreateEx Pin
Roger Stoltz12-Nov-08 8:24
Roger Stoltz12-Nov-08 8:24 
GeneralRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 8:29
Mark Gilson12-Nov-08 8:29 

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.