Click here to Skip to main content
15,909,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory buffer size Pin
Viorel.26-Jun-06 3:47
Viorel.26-Jun-06 3:47 
AnswerRe: Memory buffer size [modified] Pin
James R. Twine26-Jun-06 3:21
James R. Twine26-Jun-06 3:21 
GeneralRe: Memory buffer size Pin
hatemtalbi26-Jun-06 3:30
hatemtalbi26-Jun-06 3:30 
QuestionRe: Memory buffer size Pin
David Crow26-Jun-06 3:46
David Crow26-Jun-06 3:46 
AnswerRe: Memory buffer size Pin
hatemtalbi26-Jun-06 3:48
hatemtalbi26-Jun-06 3:48 
GeneralRe: Memory buffer size Pin
David Crow26-Jun-06 3:50
David Crow26-Jun-06 3:50 
GeneralRe: Memory buffer size Pin
hatemtalbi26-Jun-06 3:53
hatemtalbi26-Jun-06 3:53 
QuestionHow to create CTabCtrl with dialog as laying Pin
NoName II26-Jun-06 2:29
NoName II26-Jun-06 2:29 
wrote smth like this...


variables:
CTabCtrl m_tabctrl;
CDlg1* dlg1;
CDlg2*dlg2





MyDialog constructors ... :
CDlg1::CDlg1(CWnd* pParent /*=NULL*/)
//: CDialog(CDlg1::IDD, pParent)
{
this->Create(CDlg1::IDD, pParent);
this->ShowWindow(SW_NORMAL);
}



BOOL CMainDlg::OnInitDialog()
{
CDialog::OnInitDialog();
m_tabctrl.InsertItem(0,_T("1111"));
m_tabctrl.InsertItem(1,_T("2222"));

dlg1=new CDlg1(GetDlgItem(IDC_TAB1));
dlg1->ShowWindow(SW_SHOW);// error IsWindow=false
}
AnswerRe: How to create CTabCtrl with dialog as laying Pin
Hamid_RT26-Jun-06 2:41
Hamid_RT26-Jun-06 2:41 
GeneralRe: How to create CTabCtrl with dialog as laying Pin
NoName II26-Jun-06 23:06
NoName II26-Jun-06 23:06 
GeneralRe: How to create CTabCtrl with dialog as laying Pin
Hamid_RT27-Jun-06 1:40
Hamid_RT27-Jun-06 1:40 
AnswerRe: How to create CTabCtrl with dialog as laying Pin
Sarath C26-Jun-06 2:42
Sarath C26-Jun-06 2:42 
AnswerRe: How to create CTabCtrl with dialog as laying Pin
Zac Howland26-Jun-06 4:10
Zac Howland26-Jun-06 4:10 
AnswerRe: How to create CTabCtrl with dialog as laying Pin
Sam Hobbs26-Jun-06 14:02
Sam Hobbs26-Jun-06 14:02 
QuestionWhat is wrong with this? Pin
James R. Twine26-Jun-06 2:27
James R. Twine26-Jun-06 2:27 
AnswerRe: What is wrong with this? Pin
Sarath C26-Jun-06 2:39
Sarath C26-Jun-06 2:39 
JokeRe: What is wrong with this? Pin
James R. Twine26-Jun-06 2:45
James R. Twine26-Jun-06 2:45 
GeneralRe: What is wrong with this? Pin
Zac Howland26-Jun-06 4:15
Zac Howland26-Jun-06 4:15 
JokeRe: What is wrong with this? Pin
James R. Twine26-Jun-06 4:56
James R. Twine26-Jun-06 4:56 
AnswerRe: What is wrong with this? [modified] Pin
Viorel.26-Jun-06 2:47
Viorel.26-Jun-06 2:47 
JokeRe: What is wrong with this? Pin
James R. Twine26-Jun-06 3:02
James R. Twine26-Jun-06 3:02 
GeneralRe: What is wrong with this? [modified] Pin
ovidiucucu26-Jun-06 3:43
ovidiucucu26-Jun-06 3:43 
JokeRe: What is wrong with this? Pin
James R. Twine26-Jun-06 5:02
James R. Twine26-Jun-06 5:02 
AnswerRe: What is wrong with this? Pin
ovidiucucu26-Jun-06 3:35
ovidiucucu26-Jun-06 3:35 
AnswerRe: What is wrong with this? Pin
Sarath C26-Jun-06 3:48
Sarath C26-Jun-06 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.