Click here to Skip to main content
15,905,776 members

Comments by Member 15413972 (Top 2 by date)

Member 15413972 3-Nov-21 7:10am View    
BOOL CTabTwo::OnInitDialog()
{
CDialog::OnInitDialog();



m_tabTreatPage.InsertItem(0, _T("Patient"));
m_tabTreatPage.InsertItem(1, _T("PreOp"));
m_tabTreatPage.InsertItem(2, _T("Os Design"));

m_tabTreatPage.Init();
bool bVisible = m_tabTreatPage.IsWindowVisible();
GetDlgItem(IDC_TAB_TREAT)->ShowWindow(SW_SHOW);

bVisible = m_tabTreatPage.IsWindowVisible();
return TRUE; // return TRUE unless you set the focus to a control
}
Member 15413972 3-Nov-21 7:09am View    
Sub tab ctrl which was laid on 1st tab view page was not showing