VC各类之间的调用函数总结
VC各类之间的调用函数总结2010-05-27最近在网上看到一些关于在文档类,视图类,框架类,应用程序类,自定义类中获取其它四个类的方法,现总结如下:GET AppAfxGetInstanceHandle()AfxGetApp()GET Frame->View->DocumentSDI AfxGetMainWnd() -> GetActiveView() -> GetDocument()MDI AfxGetMainWnd() -&g...