搜索资源列表
c_vertical_bmp_menu.zip
- Windows菜单编程的例子!
介绍C++编程语言
- 本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。 C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。 MFC是构造于原始C++之上
Visual CSharp的菜单编程
- 本文主要是介绍了在用Visual C#进行有关菜单编程中,可能遇到有些问题。在解决这些问题的时候主要用到的是名称空间System.Windows.Forms中定义的二个对象MainMenu、MenuItem和这二个对象中定义的一些方法。当然这些方法还有一些其他的用法,有兴趣的读者可以参考有关书籍和浏览MSDN网站。-this paper is introduced in Visual C# programming on the menu, they may encounter some prob
cell组件右键菜单示例
- CELL组件的右键实例,可以帮助VB编程爱好者节约大量时间和精力,直接复制就可以使用。-CELL module right key example, may help VB to program the amateur to save the massive time and the energy, the direct duplication may use.
第4章 标题栏与菜单栏
- < vc编程精选500例>>源代码第4章 标题栏与菜单栏.rar-lt; Lt; Vc programming selected 500 cases gt; Gt; Source code Chapter 4 column with the title menu bar. Rar
c语言高级编程技术
- 介绍如何利用TC 系统所提供的相关函数实现菜单设计、图形绘制、动画的播放、乐曲 的演奏、汉字的显示、图片的显现等技术,在讲述时,以问题-解答的方式来逐渐阐明。-how to use TC provided by the system to achieve correlation function menu design, graphics rendering, animation shows, music performances, characters, images appear tec
dlg03
- 基于MFC菜单编程,点击按钮可以探出一个对话框并可调节其大小等状态,与大家共享。-MFC-based menu program, the click of a button can be unearthed in a dialog box can adjust its size state, and share.
tby_menu
- 这是一个教你菜单的使用的小程序。实现的功能非常的单一,就有以个menu。但可以帮助vc初学这很好的了解菜单编程的方法-This is a menu to teach you the use of small programs. To achieve the functionality of a single, alone to 000 menu. But can help vc beginners a good understanding of the programming menu
菜单提示
- 此控件可以在菜单上 自行添加菜单提示 对于windows底层编程的人来说十分有用-this control can add their own menu on the menu windows suggest the underlying programming for the very people useful
delphi-动态创建菜单
- delphi 下菜单编程。-menu programming.
vc界面编程
- 界面由控件、工具栏、菜单、窗体等元素组成,对他们进行美化就能得到一个美丽的界面。
12864LCD_51MCU_menu
- 51单片机 12864液晶 多级菜单编程-51 MCU 12864LCD Menu Programming
LCD_master
- 51单片机用点阵LCD(160*128)例子,重点是LCD的菜单编程,对LCD菜单编程者有一定参考价值。-With 51 single-chip dot matrix LCD (160* 128) examples, with a focus on LCD menu programming, programming on the LCD menu to have a certain reference value.
Menu
- 该程序用VC++6.0编写,主要是关于菜单编程方面的内容,分为静态菜单操作和动态菜单操作-The program with VC++6.0 to prepare, primarily on programming aspects of the menu is divided into static and dynamic menu, menu-driven operation
menuProgramming
- 菜单编程,包括图形界面的添加菜单和动态的添加菜单,并实现一些小功能-Menu programming, including the addition of graphical menus and dynamically add the menu, and implemented some small features
danpianji_lianbiao
- 单片机多级菜单编程实现建立一个树状的菜单结构,用链表实现-Microcontroller programming multi-level menu (ZT) to build a tree menu structure, with the linked list implementation
TestMenu
- 教你Visual C++菜单编程,让你觉得菜单编程是如此的简单!-Teach you Visual C++ programming menu, the menu makes you feel that programming is so simple!
14 系统菜单设计
- 利用cvi实现系统菜单栏的编程,适用于cvi初学者。(Using CVI to achieve the system menu bar programming, suitable for beginners cvi.)
左后滑动出行菜单
- 使用js模仿APP,左右滑出菜单,数据列表滑出菜单(Use js to mimic APP, slide out of menu, and slide the data list out of the menu)
基于MFC的菜单编程
- 基于MFC的菜单编程,用于初学者接触并学习菜单工程