In a dialog box, I have a tab control with 2 tabs. How can I place another control, say a combobox, in one of those tabs? (so it will be visible just into that tab, not into the other as well.) Thanks!
via the TCN_SELCHANGE message you can detect when a tab is selected. If the newly selected tab is not the one relvant to your combobox then hide the combobox, otherwise show it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.