dialog box

  • Thread starter Thread starter wayne
  • Start date Start date
W

wayne

Hi,

I'm realli sorry, very bad in programming.

How do we create another dialog box when OK button is click on the
first dialog box?

Thanks alot
 
wayne said:
I'm realli sorry, very bad in programming.

That's a shame. :-)
How do we create another dialog box when OK button is click on the
first dialog box?

First, I should tell you when one posts here one rarely gets complete
solutions to problems. More often one gets a nudge, often a link to a
function requiring further scrutiny. Given the comment above, I'm not sure
that a newsgroup post is going to help that much. You may want to invest in
a good book or twelve and maybe a course somewhere.

That said, here's your nudge: call DialogBox() if you are using Win32 or use
the CDialog class if you are using MFC or under .Net use the Form class.

Regards,
Will
 
Back
Top