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

C / C++ / MFC

 
AnswerRe: a snapshot Pin
Justin Tay3-Jul-06 23:49
Justin Tay3-Jul-06 23:49 
QuestionCommunication between Two Dialog Pin
Amit Agarrwal3-Jul-06 23:28
Amit Agarrwal3-Jul-06 23:28 
AnswerRe: Communication between Two Dialog Pin
_AnsHUMAN_ 3-Jul-06 23:36
_AnsHUMAN_ 3-Jul-06 23:36 
GeneralRe: Communication between Two Dialog Pin
Amit Agarrwal3-Jul-06 23:44
Amit Agarrwal3-Jul-06 23:44 
GeneralRe: Communication between Two Dialog Pin
_AnsHUMAN_ 3-Jul-06 23:51
_AnsHUMAN_ 3-Jul-06 23:51 
GeneralRe: Communication between Two Dialog Pin
Amit Agarrwal4-Jul-06 0:12
Amit Agarrwal4-Jul-06 0:12 
GeneralRe: Communication between Two Dialog Pin
Amit Agarrwal4-Jul-06 0:51
Amit Agarrwal4-Jul-06 0:51 
AnswerRe: Communication between Two Dialog Pin
Weiye Chen3-Jul-06 23:45
Weiye Chen3-Jul-06 23:45 
The most straightforward way is to store the value in your edit control variable of your second dialog. e.g.
Cdlgbox dlg;
dlg.m_sEditControlValue = str;
dlg.DoModal();
And in OnInitDialog() method of your second dialog, you have to set the value into the edit box by calling SetWindowText(...) or another easy way is just to call UpdateData(FALSE).

QuestionLoading the correct icons Pin
Remco Hoogenboezem3-Jul-06 23:27
Remco Hoogenboezem3-Jul-06 23:27 
Questionoutput to CSV file Pin
PhilWalker3-Jul-06 23:16
PhilWalker3-Jul-06 23:16 
AnswerRe: output to CSV file Pin
*Dreamz3-Jul-06 23:40
*Dreamz3-Jul-06 23:40 
GeneralRe: output to CSV file Pin
PhilWalker3-Jul-06 23:53
PhilWalker3-Jul-06 23:53 
QuestionONCREAECLIENT Pin
ashish dogra3-Jul-06 23:09
ashish dogra3-Jul-06 23:09 
AnswerRe: ONCREAECLIENT Pin
_AnsHUMAN_ 3-Jul-06 23:15
_AnsHUMAN_ 3-Jul-06 23:15 
GeneralRe: ONCREAECLIENT Pin
ashish dogra3-Jul-06 23:24
ashish dogra3-Jul-06 23:24 
GeneralRe: ONCREAECLIENT [modified] Pin
_AnsHUMAN_ 3-Jul-06 23:32
_AnsHUMAN_ 3-Jul-06 23:32 
GeneralRe: ONCREAECLIENT Pin
ashish dogra3-Jul-06 23:45
ashish dogra3-Jul-06 23:45 
GeneralRe: ONCREAECLIENT Pin
_AnsHUMAN_ 4-Jul-06 0:01
_AnsHUMAN_ 4-Jul-06 0:01 
GeneralRe: ONCREAECLIENT Pin
ashish dogra4-Jul-06 0:09
ashish dogra4-Jul-06 0:09 
GeneralRe: ONCREAECLIENT Pin
huynhnb4-Jul-06 0:22
huynhnb4-Jul-06 0:22 
GeneralRe: ONCREAECLIENT Pin
ashish dogra4-Jul-06 0:37
ashish dogra4-Jul-06 0:37 
QuestionCopyFile Pin
hafz3-Jul-06 23:08
hafz3-Jul-06 23:08 
AnswerRe: CopyFile Pin
Weiye Chen3-Jul-06 23:10
Weiye Chen3-Jul-06 23:10 
AnswerRe: CopyFile Pin
Hamid_RT4-Jul-06 2:21
Hamid_RT4-Jul-06 2:21 
QuestionHow to create ActiveX like SDI application? Pin
safety_ruk3-Jul-06 23:05
safety_ruk3-Jul-06 23:05 

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.