搜索资源列表
EditTest
- 这是我亲自编写的程序,只使用一个键(如空格键)可以输入多位数的输入,在我的项目中使用,感谢程序员联合开发网的支持,贡献出来和大家一块学习。 单击空格键实现单位数的加1,键盘右键实现下一位的输入,左键删除最后一位数、学习如何派生自己的CEdit类 ,如何使CEdit控件的最后一位处于选中状态.-This is what I personally prepared the procedure to use only one button (space bar) to be imported in
Calculator(VC++)
- 一个用VC++做计算器。可以键盘输入。不过还没有完善。-a calculator to do with VC. Can keyboard input. However, it was not perfect.
screct
- 密码盒控件,这个控件每当用键盘输入一个字符时,将显示出随机个数的密码字符。使用Api函数GetWindowText无法得到其中的内容。即使在你身旁看你输入密码,也很难看出你输入的密码是什么-password box controls, the controls used whenever a character keyboard, will show the number of random passwords characters. The use of Api GetWindowText f
11331564
- hook的编写有hookmouse和keyboard希望对学习vc的初级程序员有帮助
test10
- 动态更改EditBox的颜色,用MFC编程实现。 键盘响应消息。实现重绘函数。消息映射。-Dynamically change the color of EditBox with MFC programming. Keyboard response messages. Achieve redraw function. Message map.
MouseOperator
- 本程序用C语言实现对鼠标事件及键盘事件的响应方法,希望初学者可以参考-Implementation of this program with C-mouse event and keyboard events on the response, in the hope beginners can refer to
7-8
- 位图示例,在窗口中间放入一幅图片,并且可以用鼠标及键盘对它进行操作-Bitmap example, put a picture in the middle of the window, and it can be used to operate the mouse and keyboard
tianjia
- 位图示例,一张图片居中,并且能够用鼠标对它进行操作,键盘也能进行操作,上移下移-Bitmap example, a picture center, and can operate it with the mouse, keyboard, can operate, move down
keyword
- 截获键盘的点击事件,并将点击内容保存成TXT文件-Intercept the click event of the keyboard, and click save the contents into a TXT file
TraversalControlEvent
- WinForm界面使用键盘上的方向键控制光标在各个TextBox中切换;-WinForm interface using the keyboard arrow keys to control the cursor on the TextBox in each switch
12949657Feast
- 手写板是手写绘图输入设备对计算机来说是一种输入设备,其作用和键盘类似。当然,基本上只局限于输入文字或者绘画,也带有一些鼠标的功能。小编刚用了手写板,需要安装驱动程序,下面说说它的安装和使用方法,希望对大家有所帮助。-Handwritten drawing tablet input device to the computer is an input device like a keyboard, and its role. Of course, basically confined to ent
TestLongLatCtrl(V1.1)
- 在于GIS相关的软件中经常要输入经纬度数值,而基于MFC Edit控件的经纬度输入控件需 要创建三个Edit编辑框,来分别输入度、分、秒数值,并且需要分别进行输入范围和有效 性的检验。该基于BCGControlBar的经纬度输入控件实现了在一个输入窗口中分别按照度 、分、秒三个值域来输入经纬度数值,并同时进行了输入分有效性和输入范围的检验。经纬度中的度、分、秒字段均通过数字键盘直接输入数值,也可通过微调按钮或者键盘的上下键进行数字的增减,你可以通过左右键进行度、分、秒输入域的切换。该