CompuServe Thread

View-less Doc Windows

1 messages in this thread
#30505From: Tom JeboJul 11, 1994 10:09 AM
Hank, The dialog is by default created as a child of the application's main window. You could either specify the view as the parent of the dialog when you create it or you could use GetParent()->m_hWnd->GetActiveView() to obtain the view pointer again so that you can use it as the parent of your new child window. Tom Jebo Microsoft Developer Support