Keith Rule
May 26th, 1999, 03:25 PM
I'm trying to clone the Microsoft Tabbed Dialog Control in an MFC ActiveX control [I have special look and feel requirement]. I've been able to subclass SysTabControl32 and get access to all the behavior I want with one big exception.
The MS Tabbed Dialog Control available in VB6 somehow knows which tab another control was placed on. As you select different tabs, the controls you placed on them in design mode appear and disappear based on the selected tab without any programming. I'm stumped at how to make this behavior work in my control. Any ideas?
Thanks,
Keith
The MS Tabbed Dialog Control available in VB6 somehow knows which tab another control was placed on. As you select different tabs, the controls you placed on them in design mode appear and disappear based on the selected tab without any programming. I'm stumped at how to make this behavior work in my control. Any ideas?
Thanks,
Keith