Home » U++ Library support » U++ Widgets - General questions or Mixed problems » CDialog::OnInitDialog (MFC) like method?
Re: CDialog::OnInitDialog (MFC) like method? [message #29688 is a reply to message #29686] |
Mon, 08 November 2010 14:38   |
alex100
Messages: 118 Registered: November 2007
|
Experienced Member |
|
|
I want to customize the main (frame) dialog. I want to access to the controlbox options
class MyApp: public WithMyAppLayout<TopWindow>
It stills return null on
HMENU hMenu = GetSystemMenu(GetHWND(),0);
I am calling it in this way inside OnInitDialog
myApp app;
app.Open();
app.OnInitDialog()
app.Run();
If i call an Exclamation dialog inside the OnInitDialog() I can not see yet the main frame window, just the exclamation box
Any further help?
Alex
[Updated on: Mon, 08 November 2010 14:47] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Apr 28 11:05:24 CEST 2025
Total time taken to generate the page: 0.00688 seconds
|