[Solved] Adding menus to a dialog box

Started by
0 comments, last by DividedByZero 17 years, 7 months ago
Hi, I have created a small windows API program where my main window is a dialog box, created withing a resourse.rc file. I have also created a menu in the same resource file but am unsure how to display it within the dialog box. Does any one know how this can be done? [Edited by - lonewolff on October 6, 2006 11:12:28 PM]
Advertisement
I found the answer!

In the resource editor; select the dialog box resource and in the dialog properties select 'menu' and add the menus name.

This is assuming you are using Visual Studio.net.

This topic is closed to new replies.

Advertisement