Controls within a CWnd
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I guess this is a newbie question: I havent had much experience of user interface development in MFC, only dialog based apps so far. I'm developing a MFC Ribbon MDI application in VS2008 and would like a CDockablePane with a few controls on it, such as 2 date time pickers, a few labels and buttons. Note CDockablePane eventually inherits from CWnd. What's the best way of doing this? Anyone got any advice? thanks, Mark.