BOOL CtabDlg::OnInitDialog()
{
//blah blah
// TODO: Add extra initialization here
CtabDlg f;
LPRECT t;
f.GetWindowRect(t);
UpdateData(0);
return TRUE; // return TRUE unless you set the focus to a control
}
it doesnt seem to work, something wrong with my 't' i think, but im not sure, anyone know what could be wrong?
{
//blah blah
// TODO: Add extra initialization here
CtabDlg f;
LPRECT t;
f.GetWindowRect(t);
UpdateData(0);
return TRUE; // return TRUE unless you set the focus to a control
}
it doesnt seem to work, something wrong with my 't' i think, but im not sure, anyone know what could be wrong?