搜索资源列表
在2000XP2003下屏蔽Ctrl + Alt + Del组合键
- win 2000、XP和2003下屏蔽ctrl+alt+del的源码-win 2000, XP and 2003 ctrl alt del shielding the source
捕获Ctrl、Ctrl+Alt和Ctrl+Alt+Shift组合键
- 这是一个用VC7。0写的捕获Ctrl、Ctrl+Alt和Ctrl+Alt+Shift组合键的程序。-with VC7. The catch was 0 Ctrl, Alt and Ctrl-Alt-Shift - Ctrl key combinations procedures.
Ctrl+Alt+Del
- 直接屏蔽Ctrl+Alt+Del组合键的控件-directly shielding Ctrl Alt Del key combinations of controls
Ctrl+Alt+Delete
- 用Delphi编写禁止Ctrl+Alt+Delete热键钩子(线程注入)-with Delphi ban Ctrl Alt Delete hotkeys hook (thread injection)
Win2KNT下屏蔽Ctrl+Alt+Del的响应
- Win2KNT下屏蔽Ctrl+Alt+Del的响应-Win2KNT under shielding Ctrl Alt Del response
C按Ctrl+Alt+Del键找不到本程序
- 按Ctrl+Alt+Del键找不到本程序-by Ctrl Alt Del keys can not find this procedure
在2000下屏蔽Ctrl-Alt-Del例程
- 在WINDOWS2000下屏蔽Ctrl-Alt-Del例程源代码-in Windows2000 under shielding Ctrl-Alt-Del source code routines
listctrl控件编程指南,视频及代码
- List Ctrl控件使用指南
visca camera ctrl
- visca camera ctrl
BL-Ctrl-V0.42
- MK 四轴飞行器 电调源码 BL-Ctrl-V0.42 -MK BL-Ctrl source
vcHotKey
- VC++ 热键实例程序源码,请先选择菜单进行热键设置,然后测试你所设置的热键。程序将设定Shift为非法输入,当用户按下Shift时用Alt代替,程序使用CTRL+ALT+A为默认的热键,0x41 是A的虚拟键代码,具体详细情况请查阅源代码。-Hotkey instance of VC++ program source code, select the menu for hot key settings, and then test your set hotkey. Program will s
ctrl-alt-del
- 使用全称钩子hook屏蔽ctrl+alt+delete,也就是禁用任务管理器-With the full hook hook shield ctrl+ alt+ delete, task manager is disabled
NoCtrl+Alt+Del
- no Ctrl+Alt+Del 注入dll文件到进程-no Ctrl Alt Del inject dll files to the process of
dlgforever
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办
TreeCtrlWnd
- 实现树控件部发功能的框口,可以扩充,tree ctrl,windows-Realization tree control function of the Department of fat box mouth, can be expanded, tree ctrl, windows
SysHotKey
- | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
Ctrl+Shift
- 利用Visual c++.net 编写的 如何捕获Ctrl和Ctrl+Shift组合键 程序。代码都有注释。对初学者很有帮助!-Using Visual c . Net prepared to capture Ctrl and Ctrl Shift key combination procedures. Code have the Notes. Very helpful for beginners!
Ctrl+Alt+Shift
- 利用Visual c++.net 编写的 如何捕获Ctrl、Ctrl+Alt和Ctrl+Alt+Shift组合键 程序。代码都有注释。对初学者很有帮助!-Using Visual c . Net prepared to capture Ctrl, Ctrl Alt and Ctrl Alt Shift key combination procedures. Code have the Notes. Very helpful for beginners!
07ComctlDemo
- 一个关于如何创建windows ctrl list的demo 小测试程序
禁用Ctrl+Alt+Del源码
- The code shows how to disable Ctrl+Alt+Del shortcut in windows system.