资源列表
vb_APIwindowPmenu
- VB使用API函数建立窗口及使用API函数建立窗口菜单-VB using the API function to create a window and using the API function to create a window menu
AppIcon
- 一个可以获取图标的程序,可以通过点击按键来改变标题栏的图标。-You can get a program icon, you can click a button to change the title bar icon.
2
- This the source for windows gdi.-This is the source for windows gdi.
vb-OfficeXP
- vb OfficeXP风格菜单,多种选择。-vb OfficeXP style menus, a variety of options.
writer
- 一个简单的试手MFC程序 。自己学习时自己编写的程序。-A simple test hand MFC program. Write their own learning process.
DynamicMenu
- C++MFC编程实现的动态菜单,你可以动态的添加菜单-C++ MFC programming dynamic menu, you can dynamically add menu
MainFrm.obj
- 运用MFC建立菜单资源,代码完整,注解详细。-MFC build menu using resources, code complete, detailed annotations.
A-very-small-menu-system
- 一个占用内存极少的菜单系统的实现。 本代码透过对身边常见的手机的界面做分析,总结,然后通过c代码实现类似的界面。 这套代码实现的菜单的特点: 1.支持3种菜单类型 2.支持金国语言 3.占用内存极小 4.全c代码,方便移植 5.支持数字按键快捷方式 -A very small footprint implementation of the menu system. The code on the side through a common interface fo
SilverlightForMSNavigateMenu_1
- Silverlight的插件。这是一个菜单控件用户自定义菜单控件-The Silverlight plug-in. This is a custom menu control menu control
Menu2
- vc中对菜单的编程,界面和单文档中菜单的简单应用,对菜单的编程有一点的帮助-vc in the programming of the menu, the menu interface and single document in simple applications, the menu of programming a little help
menu11
- 漂亮的自绘菜单,vc6 编译通过 -Pretty self-drawn menu, vc6 compile a beautiful painting from the menu, vc6 compile
Menu2
- 关于vc6.0的菜单界面设计的源代码,菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CS