Hello,
I want to create a modal window like modal dialog box.
But I don't want to Inherit my class from CDialog, only from CWnd.
I mean something like that:
myWnd.DoModal()
any idea??
thanks in advance
/*********************/
// Ido Grinblat
// ido@grinblat.com
// idog@cet.ac.il
/********************/
I want to create a modal window like modal dialog box.
But I don't want to Inherit my class from CDialog, only from CWnd.
I mean something like that:
myWnd.DoModal()
any idea??
thanks in advance
/*********************/
// Ido Grinblat
// ido@grinblat.com
// idog@cet.ac.il
/********************/