Welcome![Sign In][Sign Up]
Location:
Search - CFrameWnd

Search list

[GDI-BitmapGameApp_MFC

Description: 只用CWinApp,CFrameWnd类写的一个游戏程序-only CWinApp, CFrameWnd kind of a write Games
Platform: | Size: 1257133 | Author: 梁白鸥 | Hits:

[CSharpvc_example3~10

Description: 本次上载VISUAL C++ 的实例源码,这是学习VISUAL C++的绝好例子,初学者可根据实例作适当的修改。其中包括CView,CFrameWnd,CWnd等还有数据库ADO-this on the Visual C source code examples, it is learning VISUAL C excellent example beginners may be examples for appropriate modifications. Including CView, CFrameWnd, CWnd and others ADO database
Platform: | Size: 729143 | Author: 罗志灶 | Hits:

[Windows Developvc_example11~19

Description: Visual C++的学习实例,可直接运行,初学者可了解Visual C++的MFC运行过程和MFC的结构等。包括COM、CWND、CFrameWnd、CView/CDocument结构-Visual C learning examples can be run directly, beginners can understand the MFC Visual C operating processes and the structure of MFC. Including COM, CWND, CFrameWnd, CView / CDocument structure etc.
Platform: | Size: 369532 | Author: 罗志灶 | Hits:

[Windows Developvc_example20~29

Description: Visual C++的学习实例,可直接运行,初学者可了解Visual C++的MFC运行过程和MFC的结构等。包括COM、CWND、CFrameWnd、CView/CDocument结构-Visual C learning examples can be run directly, beginners can understand the MFC Visual C operating processes and the structure of MFC. Including COM, CWND, CFrameWnd, CView / CDocument structure etc.
Platform: | Size: 533026 | Author: 罗志灶 | Hits:

[ToolBarmfc_general_ctrlbars

Description: Multiple control bars in a frame window, selective hiding and showing of control bars, and dynamic rearrangement of controls along the border of the frame window. The control bars are allocated space in the frame window according to their Z-order, which initially is the order in which they are created (see CMainFrame::OnCreate). CTRLBARS changes the Z-order of the dialog bar with the CWnd::SetWindowPos function. It hides or shows a control bar using CWnd::ShowWindow. Whenever CTRLBARS changes the Z-order or hides or shows a control bar, it calls CFrameWnd::RecalcLayout afterward so that the window real estate is reallocated to the remaining visible control bars.
Platform: | Size: 21412 | Author: srom chen | Hits:

[File Operatenotview

Description: 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette RealizePalette GetDIBits ReleaseDC CreateFile WriteFile GlobalUnlock GlobalFree CloseHandle CPaintDC CBitmap CreateCompatibleDC CreateCompatibleBitmap PtInRect BitBlt DeleteObject CPoint ShowWindow ClientToScreen GetWindowDC GetWindowRect CFileDialog CWinApp CSingleDocTemplate CCommandLineInfo UpdateWindow CDialog CDataExchange CDocument CView CPrintInfo GetClientRect SetWindowLong GetWindowLong LoadLibrary GetProcAddress GetLastError FreeLibrary CreateDialog-document View, CFrameWnd CWnd CStatic CRect MoveWindow Creat ePen CSize CDC SetBkMode SelectObject CPen Lin eTo SetTextColor CString TextOut CFont Back Font DrawText CreateDC GetDeviceCaps DeleteD C GetObject GlobalAlloc GlobalLock GetStockO bject GetDC RealizePalette Get SelectPalette DIBits ReleaseDC CreateFile WriteFile Global Unlock GlobalFree CloseHandle CPaintDC CBitm ap CreateCompatibleDC CreateCompatibleBitm ap PtInRect BitBlt DeleteObject CPoint ShowWi ndow ClientToScreen GetWindowDC GetWindowRe ct CFileDialog CWinApp CSingleDocTemplate CC ommandLineInfo UpdateWindow CDialog CDataEx change CDocument CView CPrintInfo GetClientR ect SetWindowLong GetWindowLong LoadLibrary GetProcAddress GetLastError FreeLibrary Cre ateDialog
Platform: | Size: 26729 | Author: slansam | Hits:

[GUI Developview2ctrl

Description: Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的:
Platform: | Size: 283949 | Author: weiruhui | Hits:

[Otherdownload

Description: CFrameWnd CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument CFormView CDC CPen CreatePen CBrush CreateSolidBrush
Platform: | Size: 4121 | Author: 陈赓 | Hits:

[Menu controlFlatPopUpMenu_demo

Description: 一般情况下,SDI主窗口标题形式为: \"文档标题 - 主窗口标题\"。 参见winfrm.cpp的代码: void CFrameWnd::OnUpdateFrameTitle(BOOL bAddToTitle) {
Platform: | Size: 49279 | Author: 郭文三 | Hits:

[Menu controlCMenuEx_src

Description: 一般情况下,SDI主窗口标题形式为: \"文档标题 - 主窗口标题\"。 参见winfrm.cpp的代码: void CFrameWnd::OnUpdateFrameTitle(BOOL bAddToTitle) {
Platform: | Size: 31620 | Author: 郭文三 | Hits:

[Windows Developtoasterwnd

Description: 一个类似MSN messager的弹出窗口 很cool的 是MFC类based on CFramewnd
Platform: | Size: 87578 | Author: hyz | Hits:

[Static controlstatic1

Description: CStatic文本的外观 首先在单击1行中调用CTestWindow::Create函数。它是CFrameWnd对象的Create函数,因为CTestWindow从CFrameWnd继承了其行为。所以第一行中的代码指定了窗口大小应该为200×200个象素,窗口的左上角被初始化在屏幕的0,0位置处。常数rectDefault可用CRect参数来替代。
Platform: | Size: 1004 | Author: chenwb | Hits:

[Internet-Networkwebdownload

Description: 代码包含: CFrameWnd,CDialog,Static,Button,ListCtrl,TreeCtrl,TextBox,Menu 等窗体控件的自绘方法,并打包成类库.rar
Platform: | Size: 531806 | Author: yummy | Hits:

[Dialog_WindowWindows XP风格之Office XP风格菜单

Description: 给出了一个具有Office XP风格的菜单的基于框架类(CFrameWnd)的应用程序-have given an Office XP-style menu based on the framework of the category (CFrameWnd) applications
Platform: | Size: 535837 | Author: 周孝良 | Hits:

[Windows DevelopASocket示例

Description: ASocket示例 #include "stdafx.h" #include "s.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CMainFrame IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd) BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd) //{{AFX_MSG_MAP(CMainFrame) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code ! ON_WM_CREATE() //}}AFX_MSG_MAP END_MESSAGE_MAP() static UINT indicators[] = { ID_SEPARATOR, // status line indicator ID_INDICATOR_CAPS, ID_INDICATOR_NUM, ID_INDICATOR_SCRL, }; ///////////////////////////////////////////////////////////////////////////// // CMainFrame construction/destruction CMainFrame::CMainFrame() { // TODO: add member initialization code here } CMainFrame::~CMainFrame() { } int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CFrameWnd::OnCreate(lpCreateStruct) == -1) return -1; if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !m_wndToolBar.LoadToolBar(IDR_MAINFRAME))
Platform: | Size: 64331 | Author: yanghaijun2008 | Hits:

[GDI-BitmapGameApp_MFC

Description: 只用CWinApp,CFrameWnd类写的一个游戏程序-only CWinApp, CFrameWnd kind of a write Games
Platform: | Size: 1949696 | Author: 梁白鸥 | Hits:

[Windows Developvc_example11~19

Description: Visual C++的学习实例,可直接运行,初学者可了解Visual C++的MFC运行过程和MFC的结构等。包括COM、CWND、CFrameWnd、CView/CDocument结构-Visual C learning examples can be run directly, beginners can understand the MFC Visual C operating processes and the structure of MFC. Including COM, CWND, CFrameWnd, CView/CDocument structure etc.
Platform: | Size: 573440 | Author: 罗志灶 | Hits:

[File Formatnotview

Description: 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette RealizePalette GetDIBits ReleaseDC CreateFile WriteFile GlobalUnlock GlobalFree CloseHandle CPaintDC CBitmap CreateCompatibleDC CreateCompatibleBitmap PtInRect BitBlt DeleteObject CPoint ShowWindow ClientToScreen GetWindowDC GetWindowRect CFileDialog CWinApp CSingleDocTemplate CCommandLineInfo UpdateWindow CDialog CDataExchange CDocument CView CPrintInfo GetClientRect SetWindowLong GetWindowLong LoadLibrary GetProcAddress GetLastError FreeLibrary CreateDialog-document View, CFrameWnd CWnd CStatic CRect MoveWindow Creat ePen CSize CDC SetBkMode SelectObject CPen Lin eTo SetTextColor CString TextOut CFont Back Font DrawText CreateDC GetDeviceCaps DeleteD C GetObject GlobalAlloc GlobalLock GetStockO bject GetDC RealizePalette Get SelectPalette DIBits ReleaseDC CreateFile WriteFile Global Unlock GlobalFree CloseHandle CPaintDC CBitm ap CreateCompatibleDC CreateCompatibleBitm ap PtInRect BitBlt DeleteObject CPoint ShowWi ndow ClientToScreen GetWindowDC GetWindowRe ct CFileDialog CWinApp CSingleDocTemplate CC ommandLineInfo UpdateWindow CDialog CDataEx change CDocument CView CPrintInfo GetClientR ect SetWindowLong GetWindowLong LoadLibrary GetProcAddress GetLastError FreeLibrary Cre ateDialog
Platform: | Size: 26624 | Author: slansam | Hits:

[GUI Developview2ctrl

Description: Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的: -Convert CHtmlView to CHtmlCtrlCHtmlView with us in the end the final generated CHtmlCtrl What is the difference? In fact, the distinction is that they only be used in different ways. Control is usually a sub-dialog window- of course you can put it as a child window of any window. However View it is specialized in order to realize the structure of the document view MFC designed. a View has a point to Document pointer and was fixed in a special window- known as: frame window (CFrameWnd). For Document for, CView is that it can from the morphology was the performance of the market for. However, indicators point to Document the m_pDocument may be NULL, so whenever we deal with in the View Lane Document when it is wise to do so:
Platform: | Size: 283648 | Author: weiruhui | Hits:

[Internet-Networkwebdownload

Description: 代码包含: CFrameWnd,CDialog,Static,Button,ListCtrl,TreeCtrl,TextBox,Menu 等窗体控件的自绘方法,并打包成类库.rar-Code contains: CFrameWnd, CDialog, Static, Button, ListCtrl, TreeCtrl, TextBox, Menu control, such as form of self-painting methods, and packaged into a library. Rar
Platform: | Size: 531456 | Author: yummy | Hits:
« 12 3 »

CodeBus www.codebus.net