Welcome![Sign In][Sign Up]
Location:
Search - F4

Search list

[Hook apiMyMouseHook.rar

Description: 这是个键盘钩子演示的动态库,实现对ALT+F4的控制。设置被控制的窗口,然后这个窗口的ALT+F4将被接管。
Platform: | Size: 7682 | Author: | Hits:

[Windows Develop一个屏保程序

Description: 本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是\"kkcocoon\". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
Platform: | Size: 19458 | Author: 阿的 | Hits:

[OS programmask

Description: 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on the low-level keyboard hook principle, the software can disable win keys, F1 and ALT F4 and ALT TAB as a result, the entire keyboard keys.
Platform: | Size: 81005 | Author: 李刚 | Hits:

[Dialog_Window打开关闭光驱禁止alt+F4

Description: 打开关闭光驱和禁止Alt+F4的例子,看看吧,肯定有很大的收获的!- Opens the closure light to drive and to forbid Alt F4 the example, has a look, definitely has the very big harvest!
Platform: | Size: 134899 | Author: 小雨 | Hits:

[Windows Developlockcmp

Description: 一个可以锁定系统三组热键 ctrl+esc alt + F4 ctrl + alt + del的代码-can lock a system hotkey three groups esc ctrl alt F4 ctrl alt del code
Platform: | Size: 4870 | Author: GGG | Hits:

[Other resourceabbbbb

Description: 仿LINUX下街机游戏KTron。 其实写本游戏的动机就是我一个朋友特别喜欢linux下的KTron这个游戏, 但在WINDOWS下又没找到,而我朋友又不太熟悉LINUX操作,所以我就花了点时间写了Trone, Trone这个名字也是源于KTron。 注意:此游戏需要EGAVGA.BGI文件才能运行,该文件在turboc2目录下可找到。 [游戏简介] 这是一个双人玩的策略游戏,游戏有两个点, 第一个游戏者可以按R,G,F,D控制第一个点的走向, 第两个游戏都可以按四个光标键控制第二个点的走向, 谁先碰到边界或已走的路线便输,祝大家玩得开心!!! 有任何问题或建议请与我联系。 请不要删除此文件,有新功能增加可加在下面: [Trone V0.1]功能简介 游戏者1控制键:R,F,D,G 游戏者2控制键:UP,DOWN,LEFT,RIGHT F1:查看帮助信息 F2:设定游戏速度等级,0为最快,1为正常,2最慢 F3:设定游戏者1的颜色,有15种颜色可以选择,黑色是背景色,不能选 F4:设定游戏者2的颜色 F5:继续游戏-imitation LINUX KTron arcade games. In fact, this game was the motive is a friend I particularly like the linux KTron the game, but under the formula in Windows to find, and my friends and I did not familiar with the Linux operating, So I spent some time writing Trone, Trone also originated from the name KTron. Note : This game requires EGAVGA.BGI documents can run, The document turboc2 directory can be found. [Introduction games] this is a double play strategy games, games with two points, one game can by R, G, F, section D to control the direction of a point, the first two games are four cursor keys on the second control point the direction, Whoever has encountered borders or the route would lose, I wish you all happy to do! ! ! Have any questions or suggestions, please contact me. Pleas
Platform: | Size: 4798 | Author: 杰勒比 | Hits:

[Windows Develophero_del480034355

Description: 用VB编成的一个屏保,里面4张F4的图片不停循环,还可以自己密码,方便用户管理自己的电脑-VB into a screensaver containing four F4 photo constantly cycle, but also their own passwords, user-friendly management of their computer
Platform: | Size: 601497 | Author: lcz | Hits:

[Other resourceDelphi快捷键

Description: DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。 NUM不能用小键盘。 Ctrl+Home 将光标移至文件头。 Ctrl+End 将光标移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab键。 Ctrl+M 同Enter键。 Ctrl+N 同Enter键,但光标位置保持不变。 Ctrl+T 删除光标右边的一个单词。 Ctrl+Y 删除光标所在行。 Ctrl+Shift+↑ 光标在函数体内时,将光标快速移至当前函数声明处。 Ctrl+Shift+↓ 光标在函数声明行时,将光标快速移至函数定义处。 Ctrl+Shift+C 声明一个过程或函数后,直接生成过程或函数的名称、begin、end Ctrl+Shift+E 光标在Edit窗口和Explorer窗口间切换。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 弹出Delphi语句提示窗口,选择所需语句将自动完成一条语句。 Ctrl+Shift+T 在光标行加入To-Do注释。 Ctrl+Shift+Y 删除光标之后至本行末尾之间的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜单中的Close项。
Platform: | Size: 2516 | Author: 小强 | Hits:

[OS programmask

Description: 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on the low-level keyboard hook principle, the software can disable win keys, F1 and ALT F4 and ALT TAB as a result, the entire keyboard keys.
Platform: | Size: 80896 | Author: 李刚 | Hits:

[Dialog_Window打开关闭光驱禁止alt+F4

Description: 打开关闭光驱和禁止Alt+F4的例子,看看吧,肯定有很大的收获的!- Opens the closure light to drive and to forbid Alt F4 the example, has a look, definitely has the very big harvest!
Platform: | Size: 134144 | Author: 小雨 | Hits:

[AI-NN-PRf4

Description: 该算法采用另外一种策略,结合进化策略和遗传算法,达到优化的目地-The algorithm uses a different strategy, combining evolutionary strategy and genetic algorithm to optimize the purpose
Platform: | Size: 1380352 | Author: 陈丹 | Hits:

[Internet-Networktacacs-F4.0.4.8.tar

Description: TACACS+(Terminal Access Controller Access Control System)终端访问控制器访问控制系统。 TACACS+服务器端源代码实现。-TACACS+(Terminal Access Controller Access Control System) Source code for TACACS+ server
Platform: | Size: 243712 | Author: 尚晓鼎 | Hits:

[Special Effectsf4

Description: F4 algorithm for bmp images
Platform: | Size: 2048 | Author: Tala | Hits:

[SCMF4-air_control-code

Description: 正点原子STM32F407飞控板源码F4 air_control code,仅供学习参考,谢谢配合!-F4 air_control code
Platform: | Size: 3305472 | Author: 王涛 | Hits:

[SCMF4-029_AD7606

Description: F4-029_AD7606数据采集模块例程,适用于AD7606芯片AD转换模块-F4-029_AD7606 data acquisition module routines for AD7606 chip AD converter module
Platform: | Size: 23775232 | Author: king river | Hits:

[ARM-PowerPC-ColdFire-MIPSF4-2.8--usart--stemwin

Description: stm32F4 2.8寸 usart stemwin界面-F4 2.8寸 usart stemwin
Platform: | Size: 27528192 | Author: 黄渤 | Hits:

[Linux driverF4-016_GPS

Description: F4-016_GPS模块测试例程,本代码直接可用-F4-016 GPS module test routine
Platform: | Size: 4314112 | Author: 黄飞鸿 | Hits:

[SCMExplorer-F4-source-code

Description: 探索者F4开发板源码的标准例程- 库函数版本。-Explorer F4 development board source code standard routines- library function version.
Platform: | Size: 53910528 | Author: 刘以续 | Hits:

[Other摩擦轮实验F4

Description: STM32F4,pwm控制摩擦轮,能实现摩擦轮的不同速度转动,启动的占空比可能要根据不同的型号稍作修改。(STM32F4, PWM control friction wheel, can realize the friction wheel at different speed rotation, start duty cycle may be based on different models slightly modified)
Platform: | Size: 7973888 | Author: yxh_hey | Hits:

[SCM1.0 ESP8266 机智云远程控制(探索者F4)

Description: ESP8266机智云,正点原子探索者F4代码移植,实现功能,控制板载LED灯与初始化WIFI(ESP8266 machine intelligence cloud, punctual atomic Explorer F4 code transplantation, to achieve function, control board LED lights and initialization WIFI)
Platform: | Size: 589824 | Author: 天邪乀无双 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net