I'm new to VC++ but used to languages/architectures like C#, Flex, VB, etc. In most of those languages, tab controls are handled like containers, where the OS and/or runtime handle creating the tabs, switching between them, etc. It looks to me like VC++ (with MFC) does things at a lower level.
My question is - is there a preferred way to handle tab controls in MFC programming? Do you create a control for each tab, then show/hide each one as the tabs change?
My question is - is there a preferred way to handle tab controls in MFC programming? Do you create a control for each tab, then show/hide each one as the tabs change?