Author Topic: Example code to launch a second Dialog box  (Read 3002 times)

Offline tvaster

  • Multiple posting newcomer
  • *
  • Posts: 20
Example code to launch a second Dialog box
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Example code to launch a second Dialog box
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ