Home » U++ Library support » U++ Widgets - General questions or Mixed problems » CDialog::OnInitDialog (MFC) like method?
Re: CDialog::OnInitDialog (MFC) like method? [message #29686 is a reply to message #29685] |
Mon, 08 November 2010 14:10   |
|
alex100 wrote on Mon, 08 November 2010 13:09 | But tell me how i know that window is already opened?
I simply make:
MyApp app;
app.run();
|
You can open the window explicitly:MyApp app;
app.Open();
//do your customization here
app.Run(); //now this only starts the event loop for the already opened window
Honza
|
|
|
Goto Forum:
Current Time: Mon Apr 28 14:41:24 CEST 2025
Total time taken to generate the page: 0.00757 seconds
|