How to refresh another dialog box

S

simon lee

Dear all,

I write a program involving two dialog boxes, one of them (namely CONFIG
dialog box) is set some parameters of the other box (ACTION dialog box),
such as the location. Now these functions are workable after CONFIG is
closed when clicking OK( CDialog::OnOK();). Anyway, I want to set the
parametes continuously and the ACTION is moving until suitable location can
be obtained. Please give me suggested solution.

Regards,
Simon
 
R

red floyd

simon said:
Dear all,

I write a program involving two dialog boxes, one of them (namely CONFIG
dialog box) is set some parameters of the other box (ACTION dialog box),
such as the location. Now these functions are workable after CONFIG is
closed when clicking OK( CDialog::OnOK();). Anyway, I want to set the
parametes continuously and the ACTION is moving until suitable location can
be obtained. Please give me suggested solution.

You might try asking in a windows related newsgroup. Standard C++ has no
concept of dialogs or "clicking" , and CDialog is not a standard class.

news://news.microsoft.com/microsoft.public.vstudio.development
news://comp.windows.ms.programmer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,414
Latest member
GayleWedel

Latest Threads

Top