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

C / C++ / MFC

 
GeneralRe: can anyone help me.... please Pin
moodsey21121-Aug-05 23:24
moodsey21121-Aug-05 23:24 
GeneralRe: can anyone help me.... please Pin
toxcct22-Aug-05 0:10
toxcct22-Aug-05 0:10 
GeneralRe: can anyone help me.... please Pin
moodsey21122-Aug-05 14:59
moodsey21122-Aug-05 14:59 
GeneralRe: can anyone help me.... please Pin
Anonymous22-Aug-05 0:12
Anonymous22-Aug-05 0:12 
GeneralRe: can anyone help me.... please Pin
moodsey21122-Aug-05 15:09
moodsey21122-Aug-05 15:09 
GeneralRe: can anyone help me.... please Pin
Rage22-Aug-05 1:42
professionalRage22-Aug-05 1:42 
GeneralRe: can anyone help me.... please Pin
moodsey21122-Aug-05 15:19
moodsey21122-Aug-05 15:19 
AnswerRe: can anyone help me.... please Pin
Trollslayer22-Aug-05 3:16
mentorTrollslayer22-Aug-05 3:16 
If it is a dialogue based application then put a condition around
<br />
	int nResponse = dlg.DoModal();<br />

This is the code that displays the dialogue.
You will have to call any functions you want within the dialogue class by calling from this point instead, such as:
<br />
if(UseDlg)<br />
{<br />
int nResponse = dlg.DoModal();<br />
}<br />
else<br />
{<br />
dlg.DoFunc1();<br />
dlg.DoFunc2();<br />
nResponse = IDOK;<br />
}<br />

Note the last line gives the same effect as clicking the OK on the dialogue.

Elaine Rose | [Rose]

The tigress is here Big Grin | :-D
GeneralRe: can anyone help me.... please Pin
moodsey21122-Aug-05 17:45
moodsey21122-Aug-05 17:45 
AnswerRe: can anyone help me.... please Pin
MailtoGops23-Aug-05 5:38
MailtoGops23-Aug-05 5:38 
GeneralRe: can anyone help me.... please Pin
moodse21124-Aug-05 0:19
sussmoodse21124-Aug-05 0:19 
GeneralRe: can anyone help me.... please Pin
moodsey211124-Aug-05 15:11
sussmoodsey211124-Aug-05 15:11 
GeneralRe: can anyone help me.... please Pin
moodsey21125-Aug-05 23:54
moodsey21125-Aug-05 23:54 
GeneralNeed to generate inner polygon vertices for the given outer polygon vertices Pin
uma_kanth_k21-Aug-05 22:54
uma_kanth_k21-Aug-05 22:54 
GeneralRe: Need to generate inner polygon vertices for the given outer polygon vertices Pin
dharani22-Aug-05 0:14
dharani22-Aug-05 0:14 
GeneralRe: Need to generate inner polygon vertices for the given outer polygon vertices Pin
uma_kanth_k22-Aug-05 0:38
uma_kanth_k22-Aug-05 0:38 
GeneralRe: Need to generate inner polygon vertices for the given outer polygon vertices Pin
uma_kanth_k22-Aug-05 2:00
uma_kanth_k22-Aug-05 2:00 
Generalscrollbar &amp; big dialog's &amp;where are my buttons Pin
Member 176444821-Aug-05 21:44
Member 176444821-Aug-05 21:44 
GeneralPlease Help Pin
Aditya Rao21-Aug-05 21:43
Aditya Rao21-Aug-05 21:43 
GeneralTransmiting video captured from a webcam to another system through LAN Pin
VCSharp00721-Aug-05 21:33
VCSharp00721-Aug-05 21:33 
Generalfile reading in a specific format Pin
a_david12321-Aug-05 21:04
a_david12321-Aug-05 21:04 
GeneralRe: file reading in a specific format Pin
toxcct21-Aug-05 21:19
toxcct21-Aug-05 21:19 
GeneralRe: file reading in a specific format Pin
Anonymous21-Aug-05 23:34
Anonymous21-Aug-05 23:34 
QuestionIMPLEMENT_DYNAMIC,IMPLEMENT_SERIAL &amp; IMPLEMENT_DYNCREATE macros internals? Pin
ledallam21-Aug-05 20:42
ledallam21-Aug-05 20:42 
GeneralDrag and Drop Button Control Pin
Hachaso21-Aug-05 20:24
Hachaso21-Aug-05 20:24 

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.