Home > Software engineering >  MFC
MFC

Time:10-01

MFC in excuse me, how to set up, click on the menu of different directories, can jump out of the different corresponding DIALOG???

CodePudding user response:

WM_COMMAND OnCommand

CodePudding user response:

Add click event to a different directory, response function inside XXXdlg. DoModal ()

CodePudding user response:

Different menu item ID, the ID and mapped to the respective processing function, each handler pop-up dialog box

CodePudding user response:

Is the way upstairs