Hi! Simple answer: You can't! At least this is what I've read/been told. If you need a menu, do with wxFrame. Frames are "supposed" to have stuff like menus and statusbars, while dialogs are just simple windows with no extras. Maybe consider using a wxFrame, add a panel with the layout you're using for your dialog, add a menu and disable the maximize and minimize buttons.
upcaseupCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |