Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tvaster on July 31, 2007, 02:22:49 pm

Title: Example code to launch a second Dialog box
Post by: tvaster on July 31, 2007, 02:22:49 pm
Is there example code on how to launch a second dialog box from inside a dialog box project?

Is the new dialog declared with a "new" statement?

What function & what parms are used to launch the new dialog in the event handler of a button push?

Dialog was created with wxSmith.

Thanks
Title: Re: Example code to launch a second Dialog box
Post by: MortenMacFly on July 31, 2007, 04:40:37 pm
Is there example code on how to launch a second dialog box from inside a dialog box project?
Is the new dialog declared with a "new" statement?
This is not a general programming forum. You better ask your question in a wxWidgets related forum such as http://wxforum.shadonet.com. In here please only ask C::B related questions.

With regards, Morten.