Getting a pointer to frame window
-
Hi, How can I in the OnInitialUpdate function of my CView derived class get a pointer to the CMDIChildWnd that contains the view? Thanks! Erik
-
Hi, How can I in the OnInitialUpdate function of my CView derived class get a pointer to the CMDIChildWnd that contains the view? Thanks! Erik
GetParentFrame() will do the trick. --Mike-- http://home.inreach.com/mdunn/ Trillian: What are you supposed to do with a manically depressed robot? Marvin: You think you've got problems. What are you supposed to do if you are a manically depressed robot?
-
GetParentFrame() will do the trick. --Mike-- http://home.inreach.com/mdunn/ Trillian: What are you supposed to do with a manically depressed robot? Marvin: You think you've got problems. What are you supposed to do if you are a manically depressed robot?
Thanks a lot!