Dialog with menubar?

Login to reply to this topic.
Mon, 2005-09-19 07:30
Joined: 2004-09-08
Forum posts: 63
Is it possible put menubar to dialog? If it is possible, how to do it?

Mon, 2005-09-19 09:30
Joined: 2004-06-06
Forum posts: 205
Re: Dialog with menubar?
yep
look for void CAknDialog::ConstructL( TInt aMenuTitleResourceId )

Best regards,
Michal Laskowski

Mon, 2005-09-19 11:26
Joined: 2004-09-08
Forum posts: 63
Re: Dialog with menubar?
Thank you.

CAknDialog::ConstructL(TInt aMenuTitleResourceId) and CAknDialog::DisplayMenuL() solved my problem.
  • Login to reply to this topic.