Click here to Skip to main content
15,910,787 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCList new and delete Pin
devvvy21-Jun-07 20:34
devvvy21-Jun-07 20:34 
AnswerRe: CList new and delete Pin
Cedric Moonen21-Jun-07 20:48
Cedric Moonen21-Jun-07 20:48 
GeneralRe: CList new and delete Pin
devvvy21-Jun-07 21:07
devvvy21-Jun-07 21:07 
GeneralRe: CList new and delete Pin
Cedric Moonen21-Jun-07 21:20
Cedric Moonen21-Jun-07 21:20 
QuestionDisplaying text on a Dialog Pin
Suneet.0321-Jun-07 19:50
Suneet.0321-Jun-07 19:50 
AnswerRe: Displaying text on a Dialog Pin
Hamid_RT21-Jun-07 20:25
Hamid_RT21-Jun-07 20:25 
GeneralRe: Displaying text on a Dialog Pin
Suneet.0321-Jun-07 21:32
Suneet.0321-Jun-07 21:32 
AnswerRe: Displaying text on a Dialog Pin
zhang80060521-Jun-07 21:12
zhang80060521-Jun-07 21:12 
sorry for my poor English .

It can't use variable directly in Resource file . If you want to do that , you can use a static content which ID isn't IDC_STATIC , and use SetWindowText to contrl the static content that you want to display in the dialog CPP.

LTEXT "Select",IDC_STATIC_NAME,....

...

//dialog cpp
...
GetDlgItem(IDC_STATIC_NAME)->SetWindowText("...");
AnswerRe: Displaying text on a Dialog Pin
sps-itsec4621-Jun-07 21:14
sps-itsec4621-Jun-07 21:14 
GeneralRe: Displaying text on a Dialog Pin
Suneet.0321-Jun-07 22:29
Suneet.0321-Jun-07 22:29 
GeneralRe: Displaying text on a Dialog Pin
sps-itsec4622-Jun-07 0:14
sps-itsec4622-Jun-07 0:14 
AnswerRe: How to open message Queue with send and Receive access mode Pin
SandipG 21-Jun-07 20:49
SandipG 21-Jun-07 20:49 
Questionerror coming in class derived from CListVeiw Pin
neha.agarwal2721-Jun-07 19:35
neha.agarwal2721-Jun-07 19:35 
AnswerRe: error coming in class derived from CListVeiw Pin
Rajkumar R21-Jun-07 19:58
Rajkumar R21-Jun-07 19:58 
GeneralRe: error coming in class derived from CListVeiw Pin
neha.agarwal2721-Jun-07 20:06
neha.agarwal2721-Jun-07 20:06 
GeneralRe: error coming in class derived from CListVeiw Pin
neha.agarwal2721-Jun-07 20:41
neha.agarwal2721-Jun-07 20:41 
AnswerRe: error coming in class derived from CListVeiw Pin
Rajkumar R21-Jun-07 22:33
Rajkumar R21-Jun-07 22:33 
QuestionHow to OR Arrays Without loop Pin
SandipG 21-Jun-07 18:40
SandipG 21-Jun-07 18:40 
AnswerRe: How to OR Arrays Without loop Pin
Cyrilix21-Jun-07 18:43
Cyrilix21-Jun-07 18:43 
GeneralRe: How to OR Arrays Without loop Pin
SandipG 21-Jun-07 18:48
SandipG 21-Jun-07 18:48 
GeneralRe: How to OR Arrays Without loop Pin
Cyrilix21-Jun-07 20:05
Cyrilix21-Jun-07 20:05 
GeneralRe: How to OR Arrays Without loop Pin
SandipG 21-Jun-07 20:23
SandipG 21-Jun-07 20:23 
GeneralRe: How to OR Arrays Without loop Pin
Mark Salsbery22-Jun-07 6:26
Mark Salsbery22-Jun-07 6:26 
GeneralRe: How to OR Arrays Without loop Pin
Mark Salsbery22-Jun-07 6:34
Mark Salsbery22-Jun-07 6:34 
Questioncopy a file bit -by- bit Pin
Manmohan2921-Jun-07 17:15
Manmohan2921-Jun-07 17:15 

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.