R
Richard Lewis Haggard
It seems as though the default behavior for a tab control is for the parent
form to get all of the messages for all of the pages in the tab control. Is
there an easy way around this? I've got an application UI where the desired
behavior is a large set of tabs with each tab containing its own sub tabs.
Having the main form field everything from all of these tabs and their sub
tabs is going to be a bit messy so I'd like to do something like one would
do in MFC. I'd like to have each tab be its own class and handle all of its
own logic and message needs independently of the parent form.
form to get all of the messages for all of the pages in the tab control. Is
there an easy way around this? I've got an application UI where the desired
behavior is a large set of tabs with each tab containing its own sub tabs.
Having the main form field everything from all of these tabs and their sub
tabs is going to be a bit messy so I'd like to do something like one would
do in MFC. I'd like to have each tab be its own class and handle all of its
own logic and message needs independently of the parent form.