搜索资源列表
DynaMenu
- 这是个用VC++编写的程序,它实现的功能你一看就知道。- This is with the VC + + compilation procedure, it realizes the function you understood at a glance.
tbcmenu
- 在VCKBASE上读到《一种漂亮的自绘菜单》 [作者:郑恒 (lbird)]。应用到我的工程里后发现:文章中提到的效果能很好的实现。但是有一点不方便:需要映射 WM_DRAWITEM 和 WM_MEASUREITEM 消息才能实现自画功能。这对于一个基于对话框的工程或者仅仅需要弹出式菜单的工程来说很不方便-read "A beautiful painting from the menu" [Author : Zheng Heng (lbird)]. I applied to
简单又酷的菜单条
- 这是一个既简单又酷的菜单条,采用javascr ipt语言来制作,比较有特色,可以好好看看!通过定义清空各菜单的函数、菜单展开的函数等函数来编写-This is a simple menu of cool, using javascr ipt language to produce, more features and a good look! By definition emptied the menu function, a function of start menu functions
菜单的使用
- 菜单 分别open,和 close 生成成员函数。 void CMenu9Dlg::OnMenuclose() { // TODO: Add your command handler code here OnOK() } void CMenu9Dlg::OnMenuopen() { // TODO: Add your command handler code here MessageBox(\"open the file\",\
菜单提示信息
- 我正在做一个历时很久的项目。出于某些原因,项目启动之初我们实现了自己的弹出式菜单。当工具提示信息出现之后,我们将这个功能引入了我们自己的菜单,以便当用户将鼠标停留在某个菜单项上的时候,能够出现相应的提示信息。这一功能对于我们的用户来说非常重要,因为 用它可以解释为什么某个菜单项是被禁用的。由于我们的用户对 Windows 平台越来越熟悉,他们想要外观上更标准的菜单。现在我们使用了 CMenu,但是我们失去了 出色的菜单提示信息。请问如何在 MFC 中实现菜单提示信息呢?-I are doing
trubo_menu
- 使用turbo C写的多级菜单程序,主要用了函数指针,使程序简洁易懂,容易管理-use of written procedures for multi-level menu, the main function of the target process, easy to read, easy to manage
我的航空系统
- 一、民航管理系统设计: 民航系统功能:能给客户提供订票、退票的功能,还能浏览航班航线信息(如航班号、航线、飞行时间及成员订额)和查询航班信息; 民航系统的具体实现如下形式: 1.系统以菜单方式工作 2.航班信息录入功能(航班信息用文件保存)--输入 3.航班信息浏览功能--输出 4.查询航线(按航班号查询) 5.承办订票和退票业务 -a CAD management system design : CAD system func
SplitMap
- 介绍VC基本功能应用,以及如何操作VC界面的基本按钮-introduced VC basic function applications, and how to operate the basic VC button interface
CHAR08
- 一个file的程序,完成选择时菜单项划勾,取消时清除;选择时菜单画面改变的功能-a file procedures, completed choose menu items tick, canceled removal; options menu to change the function
EX_MenuDemo8
- 这是一个在系统缺省工具栏上添加按钮的程序,该程序添加了一个链表的菜单,可以实现输入元素,输出链表,删除元素,淸空链表等功能。-This is one of the system's default toolbar button to add the program, which adds a menu Chain, can achieve input element, the output chain and delete elements, and soft air Chain fun
DLLcalculator
- 本程序的功能是通过DLL来实现简单的计算器。-the procedures DLL function is achieved through a simple calculator.
6a
- 一个菜单显示的函数,为了下OA上载了,菜菜的第一个做品,不好用别怪我-shown in a menu function, in order to OA on the next, instead of a so goods, let nobody dare say I used bad
TestMenuBar
- 自己写的重载ccontrolbar类,提供菜单功能,用vc6.0写的-himself wrote the heavy ccontrolbar category, the menu function, write the vc6.0
tupianliulanqi
- 此代码用于实现一个图片浏览器,通过文件菜单中的打开菜单可以打开你需要打开的图片,而且还可以在查看菜单里进行背景缩放功能-this code used to achieve a picture browser, through the File menu to open the menu you can open the need to open the pictures, but can also View menu in the background scaling function
TJCD
- 给对话框类应用程序添加菜单资源,然后再将菜单中的命令与要调用的函数之间建立映射关系就可以了-to dialog applications in the menu to add resources, then pass the menu commands and to the calling function mapping relations between the can
textbook2
- 设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec Class CSymbolTable Class CFunArgsCheck
javaex
- java播放声音和显示图片的功能,把你的声音和图片放当前的文件夹,把文件名改一改就好了-voice and broadcast pictures show the function of your voice and take pictures of the current folder, files were modified!
MenuClassCode
- 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用-menu Prin
mydrawnmenu
- 想要自己的编写自己的菜单MENU,实现自己想要的功能菜单-want to prepare their own menu MENU achieve their desired function menu
CMenuItemH
- 动态菜单:通过配置自动实现WEB的动态菜单功能-dynamic menu : automatic configuration of dynamic Web menu function
