TabControl add variables failed: could not find the dialog class with a specified ID
For help
CodePudding user response:
Can manually add
.h add definition CTabCtrl m_TabCtrl;
The.cpp DoDataExchange add variables associated DDX_Control (symbol, IDC_TABCTRL1 m_TabCtrl);
CodePudding user response:
Okay, I try!
CodePudding user response: