
MFC
CaiKanXP
这个作者很懒,什么都没留下…
展开
-
CDocument - MSDN6翻译交流
BUG和建议请提出,谢谢!CDocumentThe CDocument class provides the basic functionality for user-defined document classes. A document represents the unit of data that the user typically opens with the File O翻译 2006-04-01 02:52:00 · 1528 阅读 · 0 评论 -
Document Classes - MSDN6翻译交流
BUG和建议请提出,谢谢!Document Classes文档类Document class objects, created by document-template objects, manage the application’s data. You will derive a class for your documents from one of these classes.翻译 2006-04-01 03:00:00 · 1425 阅读 · 0 评论 -
Frame Window Classes (Architecture) - MSDN6翻译交流
BUG和建议请提出,谢谢!Frame Window Classes (Architecture)框架窗口类(体系)In document/view architecture, frame windows are windows that contain a view window. They also support having control bars attached to翻译 2006-04-01 19:30:00 · 1879 阅读 · 0 评论 -
CFrameWnd - MSDN6翻译交流
BUG和建议请提出,谢谢!CFrameWndThe CFrameWnd class provides the functionality of a Windows single document interface (SDI) overlapped or pop-up frame window, along with members for managing the window.翻译 2006-04-01 20:33:00 · 1881 阅读 · 0 评论 -
CWinApp - MSDN6翻译交流
BUG和建议请提出,谢谢!CWinAppThe CWinApp class is the base class from which you derive a Windows application object. An application object provides member functions for initializing your application (and翻译 2006-04-01 03:18:00 · 1472 阅读 · 0 评论 -
Command Routing Classes - MSDN6翻译交流
BUG和建议请提出,谢谢!Command Routing Classes命令路由类As the user interacts with the application by choosing menus or control-bar buttons with the mouse, the application sends messages from the affected user翻译 2006-04-01 03:14:00 · 1464 阅读 · 0 评论 -
CCmdTarget - MSDN6翻译交流
BUG和建议请提出,谢谢!CCmdTargetCCmdTarget is the base class for the Microsoft Foundation Class Library message-map architecture. A message map routes commands or messages to the member functions you wri翻译 2006-04-01 03:12:00 · 1692 阅读 · 0 评论 -
CView - MSDN6翻译交流
BUG和建议请提出,谢谢! CViewThe CView class provides the basic functionality for user-defined view classes. A view is attached to a document and acts as an intermediary between the document and the user:翻译 2006-04-01 17:16:00 · 1925 阅读 · 0 评论 -
Application and Thread Support Classes - MSDN6翻译交流
BUG和建议请提出,谢谢!Application and Thread Support Classes应用和线程支持类Each application has one and only one application object; this object coordinates other objects in the running program and is derived f翻译 2006-04-01 03:23:00 · 1821 阅读 · 0 评论 -
CWinThread - MSDN6翻译交流
BUG和建议请提出,谢谢!CWinThreadA CWinThread object represents a thread of execution within an application. The main thread of execution is usually provided by an object derived from CWinApp; CWinApp is翻译 2006-04-01 03:16:00 · 4255 阅读 · 4 评论 -
CCmdUI - MSDN6翻译交流
BUG和建议请提出,谢谢!CCmdUICCmdUI does not have a base class.CCmdUI没有基类。The CCmdUI class is used only within an ON_UPDATE_COMMAND_UI handler in a CCmdTarget-derived class.CCmdUI类只是被用在一个CCmdTarget派生类翻译 2006-04-01 03:06:00 · 1899 阅读 · 2 评论 -
View Classes (Architecture) - MSDN6翻译交流
BUG和建议请提出,谢谢!View Classes (Architecture)视图类(体系)CView and its derived classes are child windows that represent the client area of a frame window. Views show data and accept input for a document.翻译 2006-04-01 04:16:00 · 1804 阅读 · 0 评论