搜索资源列表

  1. CMenu

    0下载:
  2. 这个CMenu类实现为下拉菜单添加背景图片.
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:10460
    • 提供者:小虎
  1. CHSMenu v3.8 Source

    0下载:
  2. 通过控制 Windows 窗口实现的菜单,基本实现了原 Windows 菜单的功能。程序中由类 CHSMenu 实现菜单的基本功能,并在原有基础上派生类 CHSMenuPro,扩展了菜单外观的可视效果。代码和结构比较清晰。大部分类方法及其使用与 CMenu 相同。在 HSGraphics 中有一些可重用函数代码,可以简单实现一些图像处理功能。-through control of the Windows menu achieved an
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:30720
    • 提供者:小蒙
  1. dock_window_demo

    0下载:
  2. A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and
  3. 所属分类:按钮控件

    • 发布日期:2024-04-30
    • 文件大小:65536
    • 提供者:胡欣
  1. ISODATA--CMenu

    0下载:
  2. ISODATA算法,模式识别课程的一个作业-ISODATA algorithm, a pattern recognition programs work
  3. 所属分类:matlab例程

    • 发布日期:2024-04-30
    • 文件大小:28672
    • 提供者:张衡
  1. cmenu

    0下载:
  2. 主要演示windows xp的系统智能型菜单的源代码,有很好的参考价值!-major demonstration of the system windows xp intelligent menu of source code, a good reference value!
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:29696
    • 提供者:肖献强
  1. CMenu

    0下载:
  2. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:89088
    • 提供者:曹捷
  1. CMenu

    0下载:
  2. 这个CMenu类实现为下拉菜单添加背景图片.
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:10240
    • 提供者:小虎
  1. IconMenu

    0下载:
  2. 在MFC应用程序中为菜单添加图标。CMenu中派生类,并改写DrawItem,MeasureItem方法-In the MFC application to add the icon for the menu. CMenu in the derived class, and rewrite DrawItem, MeasureItem method
  3. 所属分类:界面编程

    • 发布日期:2024-04-30
    • 文件大小:2828288
    • 提供者:秋水飘零
  1. CCustomMenu

    0下载:
  2. 在这里提供一个C++类(CCustomMenu),该类是CMenu的子类,并且拥有自绘能力。它可以向你提供以下的功能: 1、设置字体颜色。 2、设置高亮度颜色。 3、设置高亮度时的风格。 4、设置选中时和在普通状态下的菜单显示的图标。 5、设置显示图标大小。-Here to provide a C++ Category (CCustomMenu), such is a subclass of
  3. 所属分类:界面编程

    • 发布日期:2024-04-30
    • 文件大小:4096
    • 提供者:liu
  1. ImageMenu

    0下载:
  2. 带有图标的菜单栏,新建个CMenu类,对菜单重绘-With the menu bar icon, the new category of CMenu of the menu to redraw the
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:59392
    • 提供者:杨昌文
  1. getsubmenu

    0下载:
  2. 如何在菜单中添加子菜单,MFC提供了一个菜单类CMenu以支持对菜单的动态操作。-How to add the menu sub-menu, MFC provides a type CMenu menu to support the dynamic operation of the menu.
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:161792
    • 提供者:ll
  1. IconMenu

    0下载:
  2. 默认情况下,CMenu不带图标,但在很多应用程序中菜单都带有很漂亮图标-By default, CMenu without icons, but in many applications with a very beautiful menu icon
  3. 所属分类:界面编程

    • 发布日期:2024-04-30
    • 文件大小:3690496
    • 提供者:何小波
  1. CMenu

    0下载:
  2. 新建一个菜单资源,比如把菜单的ID号为IDC_POPMENU。此菜单有一项两层,即有一个可弹出的菜单项,而此菜单项的弹出内容即为将要建立的弹出式菜单的内容。至于每一个菜单项的消息映射,与一般的菜单相同-Create a new menu of resources, such as the menu ID number IDC_POPMENU. This menu has a two-tier, that is a pop-up menu
  3. 所属分类:Windows编程

    • 发布日期:2024-04-30
    • 文件大小:25600
    • 提供者:long
  1. CMenu

    0下载:
  2. 能够实现动态的菜单显示和相应的操作 是熟悉vc++编程的好的程序-To achieve dynamic display and the menu is familiar with the operation of vc++ programming of a good program
  3. 所属分类:按钮控件

    • 发布日期:2024-04-30
    • 文件大小:36864
    • 提供者:凯文
  1. CMenu

    0下载:
  2. 很漂亮的右键菜单,模拟winxp风格,全部带个风格美观-Menu is very beautiful, analog winxp style, all with a beautiful style
  3. 所属分类:WEB源码

    • 发布日期:2024-04-30
    • 文件大小:15360
    • 提供者:phenix
  1. CMenu

    0下载:
  2. 如何使用Cmene类,及相应的例子代码。-Cmene how to use categories, and the corresponding example code.
  3. 所属分类:软件工程

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:xing
  1. MenuXP

    0下载:
  2. xp style menu,inherit from MFC CMenu.-xp style menu,inherit from MFC CMenu.
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:26624
    • 提供者:wpf
  1. HSkinMenuEX

    0下载:
  2. CMenu的继承类,提供了一种右键菜单的创建方法,适合新手学习-CMenu class inheritance, provides a context menu to create a way for novices to learn
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:8342528
    • 提供者:尹懿琦
  1. CMenu

    0下载:
  2. 菜单类,使用自己创建的窗口实现菜单功能,和Windows自带的菜单几乎一样。-Menu class, create your own window using the menu function to achieve, and Windows comes with almost the same menu.
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:40960
    • 提供者:gvu
  1. CMenu

    0下载:
  2. 这是一个自绘的CMenu菜单,从别人处获得,挺不错的-This is a custom painted CMenu menu, and get from others at the very good
  3. 所属分类:菜单

    • 发布日期:2024-04-30
    • 文件大小:289792
    • 提供者:温祖江
« 12 3 4 5 »

源码中国 www.ymcn.org