登录
首页 » Menu菜单 » 通过控制 Windows 窗口实现的菜单,基本实现了原 Windows 菜单的功能。程序中由类 CHSMenu 实现菜单的基本功能,并在原有基础上派生类 CHS...

通过控制 Windows 窗口实现的菜单,基本实现了原 Windows 菜单的功能。程序中由类 CHSMenu 实现菜单的基本功能,并在原有基础上派生类 CHS...

于 2023-08-07 发布 文件大小:30.70 kB
0 45
下载积分: 2 下载次数: 1

代码说明:

通过控制 Windows 窗口实现的菜单,基本实现了原 Windows 菜单的功能。程序中由类 CHSMenu 实现菜单的基本功能,并在原有基础上派生类 CHSMenuPro,扩展了菜单外观的可视效果。代码和结构比较清晰。大部分类方法及其使用与 CMenu 相同。在 HSGraphics 中有一些可重用函数代码,可以简单实现一些图像处理功能。-through control of the Windows menu achieved and the basic realization of the original Windows menu functions. Proceedings from the category menu CHSMenu achieve the basic functions, and based on the original derived class CHSMenuPro, expanded menu appearance of the visual effects. Code and clear structure. Most methodology and its use CMenu same. In HSGraphics have some reusable code function, a simple realization of image processing functions.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • iquyiuiy iwueuyuyu uy uy
    2023-05-30 16:50:05下载
    积分:1
  • 1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windo...
    1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:SixthProj.sln是解决方案管理文件,SixthProj是项目管理文件,SixthProj.ncb是项目数据库文件,SixthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码  通过设置WNDCLASS变量的lpszMenuName属性实现自动创建菜单操作  响应WM_COMMAND消息时处理各种菜单消息 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects SixthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : SixthProj.sln is document management solutions, SixthProj project management, project SixthProj.ncb database files, users SixthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code#
    2022-08-03 14:11:26下载
    积分:1
  • 一个老外写的XP风格的自绘,很漂亮的界面,代码也很不错。值得学习。搞VC界面的朋友很有用。...
    一个老外写的XP风格的自绘菜单,很漂亮的界面,代码也很不错。值得学习。搞VC界面的朋友很有用。-Written by a foreigner since XP drawing style menu, very beautiful interface, the code is also very good. Worth learning. VC friends engage in a useful interface.
    2023-07-25 15:55:03下载
    积分:1
  • 相关方法: PictureBox.point(x,y)得到(x,y)点的RGB值 PictureBox.PSet(x,y) z: 设置(x,y)点的颜...
    相关方法: PictureBox.point(x,y)得到(x,y)点的RGB值 PictureBox.PSet(x,y) z: 设置(x,y)点的颜色为z颜色 不过这里的picture Load进来后要进行转换,因为不是按照像素值来进行的。 -correlation method : PictureBox.point (x, y) be (x, y) of the RGB values PictureBox.PSet (x, y) z : Setting up the (x, y) of the color of color z But the picture here after coming here to Load for conversion, because it is not in accordance with the pixel value to the.
    2023-09-05 12:30:04下载
    积分:1
  • cool 3D scenes click on the menu system can be achieved by rotating menu
    超酷的三维立体菜单系统点击场景可以实现菜单的旋转-cool 3D scenes click on the menu system can be achieved by rotating menu
    2023-08-18 06:40:02下载
    积分:1
  • 本文对电子图书。这里的JBuilder 9 JBuild java基础教程…
    ・此文件为电子书籍。求这里的 ・jbuilder 9 基础教程 jbuild ・JAVA程序员必读基础篇 J2ME ・java编的学生信息管理系统, ・经典JAVA试题,对JAVA中出现 ・21天学通Java 2,很好的JA ・java编程思想,这是一本很好 ・《Junit In Action》是一本 ・此文件为电子书籍。求这里的 ・Thinking_in_Java的一篇读后 -this paper to electronic books. Here for the JBuilder 9 basis Guide jbuild Java programmers required reading for the project J2M E java series of the Student Information Management System, classic JAVA questions, right JAVA appeared 21 days learning Java-2, JA good java programming ideas, This is a very good "Junit In Action" is a file for e-books. Here for a reading of Thinking_in_Java
    2022-02-06 10:36:49下载
    积分:1
  • 本程序是矩阵运算的简快捷的程序可以方便的实现矩阵的一些算法有矩阵的加减乘等...
    本程序是矩阵运算的简单快捷的程序可以方便的实现矩阵的一些算法有矩阵的加减乘等-the matrix calculation procedure is a simple and speedy procedures to facilitate the achievement of some matrix algorithm is modified by the matrix as
    2023-06-10 15:20:08下载
    积分:1
  • VC开发小知识点
    VC开发小知识点-development of small VC knowledge point
    2022-09-19 10:50:03下载
    积分:1
  • 这是JAVA的程序集合,里面有GUI的各种操作
    这是JAVA的程序集合,里面有GUI的各种操作-This is the procedure set, there are various operational GUI
    2023-07-22 17:00:02下载
    积分:1
  • one of the VC environment since the original definition of the menu in the menu...
    一个在VC++环境里自定义菜单的原程序 可以在菜单中定义ComBox Edit-one of the VC environment since the original definition of the menu in the menu of procedures defined ComBox Edit
    2022-11-09 07:20:03下载
    积分:1
  • 696524资源总数
  • 103791会员总数
  • 67今日下载