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

C / C++ / MFC

 
AnswerRe: ReportView Style Pin
SandipG 9-Feb-09 20:18
SandipG 9-Feb-09 20:18 
GeneralRe: ReportView Style Pin
ATM@CodeProject9-Feb-09 21:44
ATM@CodeProject9-Feb-09 21:44 
QuestionCustom Message From Child Dialog Pin
zakkas24839-Feb-09 19:25
zakkas24839-Feb-09 19:25 
AnswerRe: Custom Message From Child Dialog Pin
_AnsHUMAN_ 9-Feb-09 19:34
_AnsHUMAN_ 9-Feb-09 19:34 
GeneralRe: Custom Message From Child Dialog Pin
zakkas24839-Feb-09 19:53
zakkas24839-Feb-09 19:53 
GeneralRe: Custom Message From Child Dialog Pin
SandipG 9-Feb-09 20:09
SandipG 9-Feb-09 20:09 
GeneralRe: Custom Message From Child Dialog Pin
zakkas24839-Feb-09 20:18
zakkas24839-Feb-09 20:18 
GeneralRe: Custom Message From Child Dialog Pin
SandipG 9-Feb-09 20:32
SandipG 9-Feb-09 20:32 
zakkas2483 wrote:
Also i don't have member veriables for Def Dialog box. I am using GetDlgItem()


I have no idea how you are doing this..
Anyways if you want to learn user defined messages
check following articles.
How to send a user-defined message with SendMessage, PostMessage or PostThreadMessage[^]
and HOWTO: MFC user defined message maps[^]
I will suggest to use RegisterWindowMessage instead of WM_USER. There reasons why you should avoid using WM_USER you can just google to read more on it.
I hope it helps.

Regards,
Sandip.

AnswerRe: Custom Message From Child Dialog Pin
Sarath C9-Feb-09 20:17
Sarath C9-Feb-09 20:17 
GeneralRe: Custom Message From Child Dialog Pin
zakkas24839-Feb-09 20:44
zakkas24839-Feb-09 20:44 
GeneralRe: Custom Message From Child Dialog Pin
SandipG 9-Feb-09 21:13
SandipG 9-Feb-09 21:13 
GeneralRe: Custom Message From Child Dialog Pin
zakkas24839-Feb-09 21:36
zakkas24839-Feb-09 21:36 
GeneralRe: Custom Message From Child Dialog Pin
Sarath C9-Feb-09 21:19
Sarath C9-Feb-09 21:19 
GeneralRe: Custom Message From Child Dialog Pin
zakkas24839-Feb-09 21:30
zakkas24839-Feb-09 21:30 
GeneralRe: Custom Message From Child Dialog Pin
zakkas24839-Feb-09 21:39
zakkas24839-Feb-09 21:39 
GeneralRe: Custom Message From Child Dialog Pin
Sarath C9-Feb-09 23:21
Sarath C9-Feb-09 23:21 
AnswerRe: Custom Message From Child Dialog Pin
Iain Clarke, Warrior Programmer9-Feb-09 22:12
Iain Clarke, Warrior Programmer9-Feb-09 22:12 
GeneralRe: Custom Message From Child Dialog Pin
zakkas24839-Feb-09 23:24
zakkas24839-Feb-09 23:24 
QuestionCheck Boxes - Mutually Exclusive Pin
Anandi.VC9-Feb-09 18:27
Anandi.VC9-Feb-09 18:27 
AnswerRe: Check Boxes - Mutually Exclusive Pin
«_Superman_»9-Feb-09 19:10
professional«_Superman_»9-Feb-09 19:10 
GeneralRe: Check Boxes - Mutually Exclusive Pin
Anandi.VC9-Feb-09 19:57
Anandi.VC9-Feb-09 19:57 
AnswerRe: Check Boxes - Mutually Exclusive Pin
Iain Clarke, Warrior Programmer9-Feb-09 22:16
Iain Clarke, Warrior Programmer9-Feb-09 22:16 
AnswerRe: Check Boxes - Mutually Exclusive Pin
Eytukan9-Feb-09 22:39
Eytukan9-Feb-09 22:39 
AnswerRe: Check Boxes - Mutually Exclusive Pin
CPallini9-Feb-09 23:24
mveCPallini9-Feb-09 23:24 
AnswerRe: Check Boxes - Mutually Exclusive Pin
«_Superman_»10-Feb-09 1:42
professional«_Superman_»10-Feb-09 1:42 

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.