Home > Software engineering >  TabControl add variables failed: could not find the dialog class with a specified ID
TabControl add variables failed: could not find the dialog class with a specified ID

Time:11-07


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:

reference 1st floor zgl7903 response:
can manually add
.h add definition CTabCtrl m_TabCtrl;
The.cpp DoDataExchange add variables associated DDX_Control (symbol, IDC_TABCTRL1 m_TabCtrl);

Then ask a question the MFC dialog box, how to set the same size as to use TAB pricing

CodePudding user response:

Resource editor interface can drag
You can specify when also can Create size
Also can MoveWindow or SetWindowPos resize

  • Related