Click here to Skip to main content
15,924,196 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Fix a path -- to match filesystem? Pin
Mark Salsbery1-May-07 12:19
Mark Salsbery1-May-07 12:19 
AnswerRe: Fix a path -- to match filesystem? Pin
toxcct1-May-07 22:45
toxcct1-May-07 22:45 
GeneralRe: Fix a path -- to match filesystem? Pin
Peter Weyzen2-May-07 8:21
Peter Weyzen2-May-07 8:21 
QuestionGetNextDlgTabItem? Do this fails sometimes or do I'm doing something wrong? Pin
Joan M1-May-07 9:54
professionalJoan M1-May-07 9:54 
AnswerRe: GetNextDlgTabItem? Do this fails sometimes or do I'm doing something wrong? Pin
Mark Salsbery1-May-07 11:16
Mark Salsbery1-May-07 11:16 
GeneralRe: GetNextDlgTabItem? Do this fails sometimes or do I'm doing something wrong? Pin
Joan M1-May-07 20:55
professionalJoan M1-May-07 20:55 
QuestionEdit control MFC 2003 VC++ Pin
YUANGE1-May-07 9:30
YUANGE1-May-07 9:30 
AnswerRe: Edit control MFC 2003 VC++ Pin
Joan M1-May-07 9:46
professionalJoan M1-May-07 9:46 
link a variable to that CEdit, that variable can be a "control variable" or a "value variable", if it is a control variable, you can do something like this:

CEdit m_Sample;
m_Sample.SetWindowText("");

if you prefer to use the value variable you can use that:

Cstring m_Sample = "";
UpdateData(XXXX); => I never remember if here I must use TRUE or FALSE... one of them is the good one...

Hope this helps.

Regards.

PS: in order to make those variables I'm sure that on the dialog you can right click over the control and select add variable or something like this... I've never used VC2003, only VC6 and a little bit 2005...
Questiondetecting a window within another window Pin
zapper3331-May-07 9:07
zapper3331-May-07 9:07 
QuestionwaveInXXX - USB device returns MMSYSERR_BADDEVICEID Pin
Vaclav_1-May-07 8:13
Vaclav_1-May-07 8:13 
AnswerRe: waveInXXX - USB device returns MMSYSERR_BADDEVICEID Pin
Mark Salsbery1-May-07 11:19
Mark Salsbery1-May-07 11:19 
GeneralRe: waveInXXX - USB device returns MMSYSERR_BADDEVICEID Pin
Vaclav_1-May-07 11:33
Vaclav_1-May-07 11:33 
GeneralRe: waveInXXX - USB device returns MMSYSERR_BADDEVICEID Pin
Mark Salsbery1-May-07 12:16
Mark Salsbery1-May-07 12:16 
GeneralRe: waveInXXX - USB device returns MMSYSERR_BADDEVICEID Pin
Vaclav_1-May-07 16:22
Vaclav_1-May-07 16:22 
Questionhow to plot the values Pin
Chandrasekharan P1-May-07 7:40
Chandrasekharan P1-May-07 7:40 
AnswerRe: how to plot the values Pin
Vaclav_1-May-07 8:22
Vaclav_1-May-07 8:22 
AnswerRe: how to plot the values Pin
Moak1-May-07 15:14
Moak1-May-07 15:14 
Questionhow to plat the values Pin
Chandrasekharan P1-May-07 7:37
Chandrasekharan P1-May-07 7:37 
QuestionCapturing Network Pc`s desktop Pin
HassanKU1-May-07 5:56
HassanKU1-May-07 5:56 
AnswerRe: Capturing Network Pc`s desktop Pin
Mark Salsbery1-May-07 6:27
Mark Salsbery1-May-07 6:27 
GeneralRe: Capturing Network Pc`s desktop Pin
Eytukan1-May-07 6:43
Eytukan1-May-07 6:43 
GeneralRe: Capturing Network Pc`s desktop Pin
Mark Salsbery1-May-07 7:01
Mark Salsbery1-May-07 7:01 
QuestionHow to display a double value as text in a CEdit window Pin
Reagan Conservative1-May-07 5:50
Reagan Conservative1-May-07 5:50 
AnswerRe: How to display a double value as text in a CEdit window Pin
David Crow1-May-07 5:53
David Crow1-May-07 5:53 
GeneralRe: How to display a double value as text in a CEdit window Pin
Reagan Conservative1-May-07 5:56
Reagan Conservative1-May-07 5:56 

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.