I have a CTabView
and add a tab like AddView(RUNTIME_CLASS(CMyView1), _T("View1"));
. But how do I get a pointer to the created CMyView1
class created in the tab?
TIA!!
I have a CTabView
and add a tab like AddView(RUNTIME_CLASS(CMyView1), _T("View1"));
. But how do I get a pointer to the created CMyView1
class created in the tab?
TIA!!
You can do something like this: