How to get a pointer
-
Hi everyone, I am using AfxGetApp()->m_pDocManager->OnFileNew(); to generate a new file. I want to change the properties of activex control embedded in the window that i am creating, so in this case how do i get a pointer to the axtive control variable which i have defined in view class. Or can anyone suggest how to get a pointer to the window that i create through above function.
-
Hi everyone, I am using AfxGetApp()->m_pDocManager->OnFileNew(); to generate a new file. I want to change the properties of activex control embedded in the window that i am creating, so in this case how do i get a pointer to the axtive control variable which i have defined in view class. Or can anyone suggest how to get a pointer to the window that i create through above function.