CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - CWnd*

搜索资源列表

  1. zsplitter_demo

    0下载:
  2. 从CWnd派生的splitter类让你在dialog,property sheet或其它window上分割窗体的一个例子. 作者:Mike Melnikov -CWnd derived from the splitter let you type in the dialog, property sheet or other forms separate window on the one example. Author : Mike Melnikov
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:77.77kb
    • 提供者:wave
  1. MyScreen

    0下载:
  2. 一个屏保程序,用自己定义的CWND类来当替代基于对话框程序的对话框的实现,跑马灯效果文字的实现过程.-a screensaver procedures, and use their own definition of the class when CWND alternative based on the dialog box procedure and that the realization of 5,250 characters effect the implementation proc
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:63.09kb
    • 提供者:胡俊
  1. SciTE

    0下载:
  2. 重载自 CWnd 的编辑器,支持类似.NET网络的代码折叠,支持代码关键字高亮显示,可以通过自己编写扩展模块支持各种不同的语言-heavy since CWnd the editor, similar support.NET code folding support code keywords highlighted, and by extension to prepare their support for a wide variety of language
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1.8mb
    • 提供者:空 气
  1. Cryptix_src_3-0-3

    0下载:
  2. 1.BOOL OnCommsCreate(CWnd* pParentWnd) 创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。 2. BOOL OnComportOpen() 根据串口设置文件中的设置参数,打开多串口。 3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind) 往指定串口发送数据。其中uiCom为指定的串口,注意串口1的u
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:899.55kb
    • 提供者:刘伟
  1. Animation-Style_Dialog_Class

    0下载:
  2. 制作动画的类,很不错的 // construction CAniDialog(UINT nDlgID, CWnd* pParent) CAniDialog(CPoint pt, UINT nDlgID, CWnd* pParent) // operation // access frame number UINT GetFrameNum() const void SetFrameNum(UINT nFrames) // access an
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:20.82kb
    • 提供者:曾新
  1. menuWnd

    0下载:
  2. 模拟菜单的类。弹出时不会导致父窗口失去焦点。因为是一个普通CWnd派生类,可以随便怎么画-simulation menu category. When the pop-up window will not lead to the father lost its focus. Because it is an ordinary CWnd derived class, how can casually painting
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:14.62kb
    • 提供者:xyzuvw
  1. MixColor1

    0下载:
  2. 除了文本框外,其他的CWnd类也需要改变背景色和文本颜色,那么该如何实现呢-addition to the text box, other CWnd class also need to change the background color and text color, then how to achieve that?
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:31.01kb
    • 提供者:恭敬
  1. NSChartControl_nschart_src

    0下载:
  2. The CNSChartCtrl control class is derived from CWnd. The purpose is to create pie and bar charts in a dialog (also in a view) with editable fill colors and values, in runtime. Originally, the source code and project was written and compiled with Visu
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6.7kb
    • 提供者:小叹号
  1. CustomControl01

    0下载:
  2. 从CWnd派生自定义类 CustomControl-from CWnd derived from the class definition CustomControl
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25.94kb
    • 提供者:shiliang
  1. BasicControl_Div

    0下载:
  2. 可以算是学Visual C++的入门~~~~~ 主程序段只有:UpdateData(TRUE) if(m_b==0){ AfxMessageBox(\"除数不为0\") CWnd* pWnd=GetDlgItem(IDC_EDIT2) pWnd->SetFocus() return } int n=m_a/m_b int r=m_a-n*m_b char tbuf[160] sprint
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:23.45kb
    • 提供者:虫世木
  1. _drag_one_ChildWindow_in_FatherWindow_

    1下载:
  2. 主窗口是一个“对话框”,里面有一个“子窗口”,这个“子窗口”派生自CWnd类,用户可以拖动它,使它在父窗口 当中移动,它的移动范围是受到所在“父窗口”的制约的,它的四个边界不能超过“父窗口”相应的边界,例如:它的左边界不能超过“父窗口”的左边界。 -main window is a "box" that includes a "sub-window," The "sub-window" derived from the CWnd
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3.65mb
    • 提供者:小刚
  1. teach_road_4

    0下载:
  2. VC基础教程 第四章 窗口控件 版权所有 闻怡洋从VC提供的MFC类派生图中我们可以看出窗口的派生关系,派生图,所有的窗口类都是由CWnd派生。所有CWnd的成员函数在其派生类中都可以使用。本节介绍一些常用的功能给大家。 -based VC IV Directory window controls only Wen Yue-yang from the VC MFC category derived map, we window can be seen a derivative, derivati
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:106.03kb
    • 提供者:yourname
  1. mfc_general_ctrlbars

    0下载:
  2. 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, wh
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:20.91kb
    • 提供者:srom chen
  1. BarChart_src

    1下载:
  2. CBarChart is a simple MFC control derived from CWnd. It helps you develop your own charts quickly and print them easily.-CBarChart is a simple MFC control derived f rom CWnd. It helps you develop your own charts qu ickly and print them easily.
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:19.39kb
    • 提供者:赖生建
  1. 从CWnd继承,完全自绘的滚动条控件

    1下载:
  2. 从CWnd继承,完全自绘的滚动条控件,接口和CScrollBar完全一致-Inherited from CWnd, completely self-painted scroll bar controls, exactly the same interface and CScrollBar
  3. 所属分类:对话框与窗口

    • 发布日期:2016-01-26
    • 文件大小:53kb
    • 提供者:Jason
  1. CWnd

    0下载:
  2. 直接使用 Cwnd 创建窗口 直接使用 Cwnd 创建窗口-create window by cwnd, create window by cwnd, create window by cwnd,
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:12.45kb
    • 提供者:垃圾
  1. CWnd

    0下载:
  2. C++封装的窗口类 纯SDK编写,学习MFC前最好看一看,很有帮助-C++ wrapper of the window class pure SDK, before learning to help the best look at the MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:11.44kb
    • 提供者:coder
  1. CWndClass

    0下载:
  2. MFC窗口程序设计 CWnd窗口矿建类综述 推荐给新学者-MFC Windows Programming class CWnd window built mine recommended the new academic review
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:866.55kb
    • 提供者:anna
  1. HWNDachiece-CWnd

    0下载:
  2. 在MFC中编写程序中如何通过HWND获得CWnd指针-HWND achieve cwnd
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:18.17kb
    • 提供者:
  1. gain-CWnd

    0下载:
  2. 在MFC的窗口中,如何通过HWND获得CWnd指针-MFC window by HWND CWnd pointer
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-23
    • 文件大小:6.9mb
    • 提供者:rail
« 12 3 4 5 »
搜珍网 www.dssz.com