搜索资源列表
huitu805
- 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete 虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows gr
newmethod_CheckedTree
- 最新检查框控件用于windows编程,请收藏使用,提高编程水平 -latest inspection frame controls for windows programming, collections, and raise the level of programming
bluecolorprocess_src
- 彩色进度条用于windows编程,请收藏使用,提高编程水平 -color for the progress of windows programming, collections, and raise the level of programming
newmethod_checklist
- 新的检查列表控件用于windows编程,请收藏使用,提高编程水平 -new inspection list controls for windows programming, collections, and raise the level of programming
3_7.ZIP
- 简单的windows编程 简单的windows编程 简单的windows编程-simple windows programming simp le windows Programming simple windows Programming
pen_demo
- vs2005下的pen各种用法的介绍,学习windows编程用的-vs2005 under the pen in various directions, the study of windows programming
按钮控件
- 包涵很多种按钮控件,对于学习控件和windows编程的朋友很有帮助
btnLook
- 学习WINDOWS编程基础编写的关于鼠标单击选项的按钮-WINDOWS study prepared on the basis of programming on the mouse button click Options
SDK
- 一个简单的窗体,可以实现一个简单的窗体,属于windows编程-a simple window
Ex_A4
- C++应用教程,windows编程,控件的添加与应用。-Tutorial C++ applications, windows programming, and application control to add.
sendmessage
- 在Windows编程中,向文本框控件、列表控件、按钮控件等是我们最常接触的控件了。但是在VB中这些控件有时无法实现我们的需要。在这时,我们只要简单的利用Windows API函数就可以扩充这些控件的功能了。-In Windows programming, to the text box control, list control, button control so that we control the most exposure. But sometimes these controls i
Zll.ImageTheButton
- 在WPF中,控件(control)一词的意义,比早期Windows编程的控件,有更特定的定义。比方说,在Windows Forms中,屏幕上的一切,都被视为控件。在WPF中,这个词保留给用户交互使用,也就是说,当用户用鼠标或键盘时,控件一般会对用户提供某种响应(feedback)。 Control类直接继承FrameworkElement,从Control继承而来的类超过50个,这些类提供给程序员各式各样的控件,包括按钮、列表框、滚动条、编辑框、菜单和工具条。这些类都是放在System
money
- 金额转换至大些金额。这个程序很实用哦 很好的 大家都-======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : 大写金额 ======================================================================== AppWizard has cr
Four1Mouse
- Windows编程课上的小作业,在规定时间内统计鼠标左右键交替按键次数,并统计不合法按键(两次左键或右键)次数。-Windows programming class of small operations, within the specified time statistics the number of left and right mouse button to turn buttons, and statistics are not valid keys (left or right t
XPButtonDemo
- Windows编程中自绘按钮的编写,仿制Windows系统中按钮的样式!-The Button that is Draw!
Windows
- window编程的基础,包括类的设计、类的注册、类的创建、显示更新和消息循环-The basis of window programming, including the class design, Class registration, class to create, display updates and news cycle
20101206
- 达内C++一部分学习笔记 Win32 Windows编程 1 Windows编程基础 2 Windows文字的编码 3 窗口程序 4 窗口消息 5 菜单和加速键 6 绘图 7 对话框 8 基本控件-Reached within C++ part of the study notes Win32 Windows programming Windows Programming Fundamentals Windows text encodin
windows
- 自定义控件,初次尝试开发windows桌面应用,关注公众号互相交流“编程杂谈”-customize control for windows app
AGBZ
- 消息传递机制是WINDOWS编程的基础,只有深入了解了才能更好地编写WINDOWS程序()