搜索资源列表
CORE 图形系统
- Graph with no options takes pairs of points (two numbers per line) from the given file (or standard input) as x- and y- values and plots them on the screen, connected by straight lines. A string surrounded by quotes \"...\" may follow a pair
Shequ_Mis
- 主要技术: 1.对常见控件的使用(如:TStrings、TStringList、Tlist) 2.数据库链接:常见的数据访问技术(ADO技术,BDE技术) TadoConnection(数据链接)/TadoQuery(数据集)控件, TDataModule数据模块使用, 读取配置文件 3.事件驱动编程: 窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer) 4.动态生成组件
tskbar_demo102
- 来源于http://www.codeproject.com/statusbar/taskbarctrl.asp This article describes how to put a progress bar control into the taskbar.-from http : / / www.codeproject.com / statusbar / taskbarc trl.asp This article describes how to put a prog keypre
54154156489
- #define MSGHEADER \"MICROCALC - A Turbo C Demonstration Program\" #define MSGKEYPRESS \"Press any key to continue.\" #define MSGCOMMAND \"Press / for the list of commands\" #define MSGMEMORY \"Memory Available:\" #define MSGERROR \"ERROR\"
readme
- 利用键盘输入keypress和text的文本比较编制的一个小游戏,目的在于锻炼键盘的熟练程度!
Linux2.6-keypress-driver
- linux下按键驱动开发
pwm
- This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS server. For Xlib programs that use KeyPress events you should either (1) set the FocusLenience resource to `True , or (2) specifically notify the window manager that you wan
joystick_test
- (windows mobile 5.0 )主要实现如何 判断键盘的keydown,keypress,keyup 这个三个过程中的动作
keypress
- brew开发的基础按键信息处理对刚学的人应该有所帮助
VB小闹钟
- VB小闹钟,主要涉及文本框控制,keypress事件,timer-VB small alarm clock, mainly related to the text box control, keypress, timer
FilterTextBoxNumStyle
- 通过KeyPress事件的KeyAscii参数和文本框的SelStart属性结合起来实现限制文本框只可输入数字(包括负数、小数点)。实际上这个方法也可以用于其它控件,如PictureBox控件。所以我写了一个子过程,方便大家调用。-By the KeyPress event KeyAscii parameter and text box together SelStart property can only achieve limited text box enter a number (inc
底层虚拟建开发
- InitSuperKeys() 安装WINIO驱动,一般用于Form_Load事件中调用 CloseSuperKeys() 卸载WINIO驱动,一般用于Form_Closed事件中调用 KeyDown(Key) 模拟普通Key键按下。 KeyDownEx(Key)模拟扩展Key键按下。 KeyUp(Key)模拟普通Key键弹起。 KeyUpEx(Key)模拟扩展Key键弹起。 KeyPress(Key)模拟普通Key键按下并弹起一次。其中按下和弹起的默认时间间隔是200毫秒 KeyPress(K
KeyPress
- 机型参数表,各种常见手机键值,开发j2me手机游戏必备。-Model parameter table, a variety of common mobile phone keys, cell phone game development j2me essential.
nosGUI
- matlab gui的例子 本人学习GUI过程 希望对您有用-matlab gui example I want to study the process of GUI useful to you
KeyPressed
- KeyPressed手机按键控制演示程序说明 KeyPressed手机按键控制演示程序主要功能是演示测试手机按键操作的源代码,适用于j2me初学者学习参考使用。-Demonstration of cell phone keys KeyPressed descr iption of the procedures for the control button to control phone KeyPressed demo main function is to demonstrate th
keypress
- 一个Visual Basic 的顺序打开文件的应用程序,具有典型性,简单易懂-The order of a Visual Basic application to open the file with a typical, easy-to-read
KeyPress
- 这个小程序是为了放到真正手机上来检测手机按键键值的,虽然简单,但很有效!-This little program is to put a real mobile phone to detect the phone keypad keys, though simple, but very effective!
0724104
- 文章详细介绍了Visual Basic常用键盘的KeyDown事件,KeyUp事件和KeyPress事件的原理和使用技巧.-Article details the Visual Basic common keyboard KeyDown event, KeyUp event and KeyPress events in principle and the use of techniques.
Proyek_PBO_Kelompok-[6]
- Its my first semester and first game testing on C++.. its include simple c++ tag with menu design generate Direct on KeyPress w/o Enter, text coloring , binary object drawing , and simple checking repetation.