why get active frame?
-
what is CMainFrame inheriting from ? are you refering to CFrameWnd::GetActiveFrame()[^] ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
what is CMainFrame inheriting from ? are you refering to CFrameWnd::GetActiveFrame()[^] ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
hi, yes, what is the function of CFrameWnd::GetActiveView i got some code from your link, but what does it means, what is the use of this function thanks panthal
panthal wrote:
what is the use of this function
can't you just read the doc ???????? "Call this member function to obtain a pointer to the active multiple document interface (MDI) child window of an MDI frame window.". So, you use this function only in a context of a Multiple Document application. then, you call GetActiveView() to get the active View. you get it now ? :doh:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]