I am a newbie to MFC, but have some experience with VS 2005, and am attempting to write my first C++ MFC Dialog-based application. I can successfully add all sorts of controls, but if I add a CTabCntl, it doesn't show up in the application, except as a blank panel.
I have read some tutorials on how to add a CTabCntl, but all of them are for earlier versions of VS, and I can't do the things that they say to do.
How do I add a CTabCntl to a Dialog in C++ and VS 2005 A pointer to a tutorial on using MFC and C++ in VS 2005 would be helpful as well.
Thanks in advance.
Visual C++10
|