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

C / C++ / MFC

 
QuestionProblem in SetFont of GroupBox Caption in PropertyPages? Pin
Le@rner29-Oct-09 2:40
Le@rner29-Oct-09 2:40 
AnswerRe: Problem in SetFont of GroupBox Caption in PropertyPages? Pin
David Crow29-Oct-09 3:08
David Crow29-Oct-09 3:08 
QuestionStatic Control in Combo Pin
kumar sanghvi29-Oct-09 1:42
kumar sanghvi29-Oct-09 1:42 
AnswerRe: Static Control in Combo Pin
Covean29-Oct-09 2:07
Covean29-Oct-09 2:07 
Questionsaving the external input number to a variable Pin
raviteja202029-Oct-09 1:10
raviteja202029-Oct-09 1:10 
AnswerRe: saving the external input number to a variable Pin
enhzflep29-Oct-09 1:59
enhzflep29-Oct-09 1:59 
QuestionRe: saving the external input number to a variable Pin
David Crow29-Oct-09 2:39
David Crow29-Oct-09 2:39 
AnswerRe: saving the external input number to a variable Pin
Iain Clarke, Warrior Programmer29-Oct-09 2:56
Iain Clarke, Warrior Programmer29-Oct-09 2:56 
If you're using MFC, then you can use the class wizard to add a variable to your dialog, and "attach" it with the edit window. When OK, is pressed, the number is grabbed and put into your variable.

Look at:
DoDataExchange<br />
UpdateData<br />
DDX_Text

on google or msdn for more information.

You've now had answers for raw Win32, and for MFC. If neither of those helps ata ll, then you either need a different forum, or to give more information.

Good luck,

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

QuestionCComboBox in CHeaderCtrl of CListCtrl Pin
Sheebuk29-Oct-09 0:03
Sheebuk29-Oct-09 0:03 
AnswerRe: CComboBox in CHeaderCtrl of CListCtrl Pin
Iain Clarke, Warrior Programmer29-Oct-09 3:07
Iain Clarke, Warrior Programmer29-Oct-09 3:07 
GeneralRe: CComboBox in CHeaderCtrl of CListCtrl Pin
Sheebuk29-Oct-09 5:50
Sheebuk29-Oct-09 5:50 
QuestionMaking a DNS (domain name system) resolver with c++ [modified] Pin
marti8628-Oct-09 23:59
marti8628-Oct-09 23:59 
AnswerRe: Making a DNS (domain name system) resolver with c++ Pin
David Crow29-Oct-09 2:40
David Crow29-Oct-09 2:40 
QuestionExecuting a process a startup of System?(Vista & Windows 2008) [modified] Pin
Kushagra Tiwari28-Oct-09 23:40
Kushagra Tiwari28-Oct-09 23:40 
AnswerRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
Iain Clarke, Warrior Programmer29-Oct-09 0:19
Iain Clarke, Warrior Programmer29-Oct-09 0:19 
AnswerRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
Kushagra Tiwari29-Oct-09 0:42
Kushagra Tiwari29-Oct-09 0:42 
GeneralRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
dxlee29-Oct-09 3:48
dxlee29-Oct-09 3:48 
GeneralRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
Kushagra Tiwari29-Oct-09 4:00
Kushagra Tiwari29-Oct-09 4:00 
GeneralRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
dxlee29-Oct-09 4:02
dxlee29-Oct-09 4:02 
GeneralRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
Kushagra Tiwari29-Oct-09 4:04
Kushagra Tiwari29-Oct-09 4:04 
QuestionHow to check if any specific folder is empty Pin
sunny_vc28-Oct-09 23:07
sunny_vc28-Oct-09 23:07 
AnswerRe: How to check if any specific folder is empty Pin
Richard MacCutchan28-Oct-09 23:21
mveRichard MacCutchan28-Oct-09 23:21 
AnswerRe: How to check if any specific folder is empty Pin
Randor 28-Oct-09 23:23
professional Randor 28-Oct-09 23:23 
QuestionRe: How to check if any specific folder is empty Pin
Iain Clarke, Warrior Programmer29-Oct-09 0:21
Iain Clarke, Warrior Programmer29-Oct-09 0:21 
AnswerRe: How to check if any specific folder is empty Pin
sunny_vc29-Oct-09 0:33
sunny_vc29-Oct-09 0:33 

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.