简体   繁体   中英

Adding a Panel to MFC application (Visual Studio C++)

I am really sorry if this is a dumb question - I am new in Visual Studio and can't find an answer to this. Probably because it should be really obvious, but just can't see what I'm doing wrong.

I am using Visual Studio 2012, creating a dialog-based MFC application. I would like to draw on a panel, but when I try to add a panel to my dialog - there just is no panel! What am I missing?

在此输入图像描述

MFC has no concept of panels. The only suggestions I can offer are either to write a custom control or look for a third party MFC controls library which offers what you need.

If you're just trying to separate content, perhaps a group box with no title would do?

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