|
-
April 8th, 2009, 02:02 AM
#7
Re: How do I get a handle to CRUNTIMECLASS initiated classes?
Hello!
After further checking up on the problem I managed to get the right solution - I think.
Having instantiated the CSplitterWnd panes, I can actually get a pointer to their views using
something like in the CChildFrame window:
CWnd* CurFileView=m_wndSplitter.GetPane(1,0);
Then I can address the CCurrentFileView view created as a CRUNTIME_CLASS and the problem seems to be solved!
VictorN & ADSOFT: thank you for contributing.
Best regards
Gustav
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|