Click to See Complete Forum and Search --> : Add a menu to a dialog


phreeezsix
March 7th, 2003, 07:24 PM
Hi i am making a dialog-based app and i want to add a menu to it. I followed a tutorial on how to make the menu in my resource script and that compiles fine, but the tutorial only shows how to add the menu to a window, not a dialog. how do i do this? do i do it in the resource script or in the cpp file? please include a short code example if possible. Thank you!

Tom

Bengi
March 8th, 2003, 05:25 AM
hrm..
make a new Menu via the resource maker in VC
and go to your dialog properties (in the resoure maker)
at the general tab select the new created menu from the drop down combobox.