资源列表
JquerySNMenuDemo
- 最新版Jquery网站导航级联菜单,自己结合网上的说明研究出来的,觉得还不错 -The latest version of the Jquery web site navigation cascade menu,Their combined with online instructions from research, I feel good
jishiben
- 用java实现一个简单的记事本,包含基本的复制、粘贴、撤销等功能-Use java to implement a simple notepad that contains the basic copy, paste, undo, etc.
VerticalMenuVertMenu.rar
- vb中用第三方控件打造QQ菜单(控件),属性多,vb using third-party menu control to build QQ (control)
OwnerMenuCQ.rar
- 一个自绘菜单类,加入你的工程就可以直接用,非常漂亮的右键菜单。,A self-drawn menu class, by adding your project can be directly used, very good menu.
CustomMenu.rar
- 使用Flex实现自绘菜单,替代原有死板,不美观的Flex菜单,Since the use of Flex realize painted menu to replace the original rigid, eyesores created the Flex Menu
MenuXP.zip
- WindowsXP中的很酷的菜单。有左边的竖条,有图形,有图形背景,工具条菜单,等等,推荐一载。,WindowsXP cool in the menu. Have the left vertical bar, there are graphics, background graphics, tools menu, and so on, recommend a set.
右键快捷菜单的建立
- 交你怎么建立菜单,右键快捷菜单的建立,对话框菜单插入,易懂!-To pay how do you create the menu, right-click shortcut menu to create, the dialog menu insert, easy to understand!
MFC_opengl
- 使用VS2008实现了MFC与OPenGL的设置问题,采用分界面实现了简单的交互-Use VS2008 realized the MFC and OPenGL Settings, and the boundary surface realized simple interaction
Transparent-Menu-And-Dialog
- 透明窗体和透明菜单,一个很好的的学习例子。-transparent frame and menu which is a good example for you to make a beautiful UI design.
MenuBarXP
- xp风格的菜单和toolbar,用来美化你的界面,希望对正在学习界面自绘技术的人有帮助-xp style menu and toolbar, to beautify your interface, the hope is to learn painting techniques from the interface to help people
WpfMenuItem
- wpf中菜单样式,动态生成menuitem,读取文件中的数据生成-the menuitem style of wpf,make the menuitem from the xml file data
mfcDEMO
- 首先保留 ID 为 IDR_MAINFRAME 的菜单资源。跟着删除菜单MDI子窗口的菜单资源,其ID为 (IDR_xxxTYPE) 的类型. 这样做的原因是避免资源泄漏, (哪儿泄漏,我还没有去查,MSDN上是这样的描述) ,在MDI的窗口中,打开子窗口的时候,会发生菜单切换,这些是MFC的代码自动实现的,所以我们现在就是把这些切换菜单的代码去除。 -First, keep the menu resource ID is IDR_MAINFRAME. MDI child window t