Click here to Skip to main content
15,900,450 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow do i create shortcut for my application through coding Pin
puppya12-Nov-08 19:22
puppya12-Nov-08 19:22 
AnswerRe: how do i create shortcut for my application through coding Pin
Hamid_RT12-Nov-08 20:27
Hamid_RT12-Nov-08 20:27 
QuestionGet FolderSize Pin
NewVC++12-Nov-08 18:59
NewVC++12-Nov-08 18:59 
AnswerRe: Get FolderSize Pin
Hamid_RT12-Nov-08 19:10
Hamid_RT12-Nov-08 19:10 
AnswerRe: Get FolderSize Pin
ShilpiP12-Nov-08 19:11
ShilpiP12-Nov-08 19:11 
AnswerRe: Get FolderSize Pin
_AnsHUMAN_ 12-Nov-08 19:17
_AnsHUMAN_ 12-Nov-08 19:17 
AnswerRe: Get FolderSize Pin
Iain Clarke, Warrior Programmer13-Nov-08 3:10
Iain Clarke, Warrior Programmer13-Nov-08 3:10 
GeneralRe: Get FolderSize Pin
Hamid_RT13-Nov-08 9:00
Hamid_RT13-Nov-08 9:00 
QuestionDecrypt string Pin
cpvc++12-Nov-08 18:53
cpvc++12-Nov-08 18:53 
AnswerRe: Decrypt string Pin
enhzflep12-Nov-08 20:34
enhzflep12-Nov-08 20:34 
AnswerRe: Decrypt string Pin
ShilpiP12-Nov-08 20:38
ShilpiP12-Nov-08 20:38 
QuestionHow to create a setup for an mfc application Pin
Dhiraj kumar Saini12-Nov-08 18:26
Dhiraj kumar Saini12-Nov-08 18:26 
AnswerRe: How to create a setup for an mfc application Pin
_AnsHUMAN_ 12-Nov-08 18:29
_AnsHUMAN_ 12-Nov-08 18:29 
GeneralRe: How to create a setup for an mfc application Pin
Dhiraj kumar Saini12-Nov-08 18:47
Dhiraj kumar Saini12-Nov-08 18:47 
AnswerRe: How to create a setup for an mfc application Pin
Hamid_RT12-Nov-08 19:12
Hamid_RT12-Nov-08 19:12 
AnswerRe: How to create a setup for an mfc application Pin
Cedric Moonen12-Nov-08 20:04
Cedric Moonen12-Nov-08 20:04 
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 

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.