搜索资源列表

  1. 程序等待对话框testwaitdlg

    0下载:
  2. 前一段时间,我开发一个有关硬件的程序,需要初始化很长时间,为了防止用户误认为程序已经死掉,必须显示一个漂亮的界面让用户没有这种误解。就像我们系统拷贝很大的文件的时候显示的窗体一样。可惜我没有找到,只有自己亲自开发了。开发一个类,继承于CWnd,很方便。代码比较简单希望有兴趣的朋友下载看看。-some time ago, I developed a hardware-related procedures, the need to init
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:马健
  1. sample_source

    0下载:
  2. This source make CView window under CView using CWnd control. You need Visual C++ 7.1 to read this source project. I create this project on Visual Studio .NET 2003.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:扬子昌
  1. sample demo

    0下载:
  2. This source make CView window under CView using CWnd control. You need Visual C++ 7.1 to read this source project. I create this project on Visual Studio
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-18
    • 文件大小:88064
    • 提供者:扬子昌
  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
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:64512
    • 提供者:胡俊
  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 variet
  3. 所属分类:编辑框

    • 发布日期:2024-05-18
    • 文件大小:1890304
    • 提供者:空 气
  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. 所属分类:菜单

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:xyzuvw
  1. MinTimer

    0下载:
  2. 毫秒定时器,为什么要使用毫秒定时器呢?我想原因有两个。第一:CWnd里面的timer不能精确到毫秒级,所以必须要写一个精确到毫秒级的。第二:用CWnd里面的timer代价太大,因为有时我们的类根本就没有窗口,为了使用timer,而不得不从CWnd里派生。本人写的这个mmtimer,主要是为了解决上面这两点而设计的-millisecond timer, why should the use of millisecond timer? I
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:112640
    • 提供者:zniao
  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
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:小叹号
  1. CustomControl01

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

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:shiliang
  1. _drag_one_ChildWindow_in_FatherWindow_

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

    • 发布日期:2024-05-18
    • 文件大小:3827712
    • 提供者:小刚
  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
  3. 所属分类:其它资源

    • 发布日期:2024-05-18
    • 文件大小:108544
    • 提供者:
  1. BarChart_src

    0下载:
  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
  3. 所属分类:RichEdit

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:赖生建
  1. testfreepool

    0下载:
  2. 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。-This paper presents a group can be used to create dynamic UI class. Th
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-18
    • 文件大小:97280
    • 提供者:fish6
  1. WM_NCLBUTTONDOWN

    0下载:
  2. void TransparentWnd::OnLButtonDown(UINT nFlags, CPoint point) { CWnd::OnLButtonDown(nFlags, point) //实现无标题拖动 PostMessage(WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM(point.x,point.y)) }-void Transparent
  3. 所属分类:按钮控件

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:zanjiangfeng
  1. cwnd

    0下载:
  2. 一段ns2仿真代码,功能:模拟了网络的TCP流,并对TCP流变化过程中其窗口变化过程进行了记录-Ns2 simulation of a section of code, function: simulation of the network TCP flow, TCP flow and changes in the process of changing the course of its window, a recorded
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王俊
  1. mappin

    0下载:
  2. 一个MFC类实现图钉功能;可以用在GIS的应用程序中;derived from CWnd.-MFC realize a pushpin-type function can be used in GIS applications derived from CWnd.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-18
    • 文件大小:290816
    • 提供者:hyz
  1. mouse

    0下载:
  2. This paper presents a group can be used to create dynamic UI class. The code is focused on the use of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resourc
  3. 所属分类:xml/soap/webservice

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:tam_tran59
  1. GridTreeCtrl_new

    0下载:
  2. This example demonstrates how to embed a tree and add button cells to Chris Maunder s MFC Grid control (derived from CWnd-This example demonstrates how to embed a tree and add button cells to Chris Maunder' s MFC Grid
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:221184
    • 提供者:jiaocq
  1. windialog

    0下载:
  2. windows 百叶窗式的界面 CWND派生的-windows blinds style interface CWND derived
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1948672
    • 提供者:tianxing
  1. CWnd

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

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:垃圾
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org