简体   繁体   中英

MFC dialog window does not appear

I am just learning to create MFC applications in visual studio 2017. I have made a new default project of MFC dialog based application. After completing the steps of MFC application wizard, visual studio shows up to this:

州 .

At this point I have not changed any of the code or settings.

Now how do I get the dialog window as shown in:

这里

I have tried rebuilding the solution, but it does not work.

I am not sure if I am answering correctly.

  • Click on the View menu.

  • Then click on Other Views .

  • Now click Resource View

资源视图

Or press Ctrl + Shift + E

Now you have the Resource View :

资源视图选项卡

If you click that you see all resources:

资源编辑器

That is how you get to your dialogues.

If you have created a secondary dialog and you want that to start instead of the default, then look at my answer here about using InitInstance .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM