搜索资源列表
在2000XP2003下屏蔽Ctrl + Alt + Del组合键
- win 2000、XP和2003下屏蔽ctrl+alt+del的源码-win 2000, XP and 2003 ctrl alt del shielding the source
打开关闭光驱禁止alt+F4
- 打开关闭光驱和禁止Alt+F4的例子,看看吧,肯定有很大的收获的!- Opens the closure light to drive and to forbid Alt F4 the example, has a look, definitely has the very big harvest!
捕获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)
forbidCTRL+ALT+DEL
- 远程屏蔽Ctrl+ALt+Del键,很不错的-ALt Del Ctrl key, very good
2kctrl+alt+delWin
- 在2k中屏蔽ctrl+alt+del三键及Win键
Win2KNT下屏蔽Ctrl+Alt+Del的响应
- Win2KNT下屏蔽Ctrl+Alt+Del的响应-Win2KNT under shielding Ctrl Alt Del response
NoCtrl+Alt+Del(two)
- 系统钩子与API截获,拦截NoCtrl+Alt+Del方法2
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
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
disable_alt_tab
- Disable alt-tab组合键-Disalbe alt-tab combined key
dlgforever
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办
SysHotKey
- | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
Shift+Alt
- 利用Visual c++.net 编写的 如何捕获Alt和Shift+Alt组合键 程序。代码都有注释。对初学者很有帮助!-Using Visual c . Net prepared to capture Alt and Shift Alt 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!
ctrlaltdel
- 屏蔽ctrl+alt+del热键,屏蔽ctrl+alt+del热键-Shielding ctrl+ alt+ del hotkey, screen ctrl+ alt+ del hotkey
HookLock
- C#锁屏程序,对系统的功能热键进行了屏敝,ctrl+alt+del没有屏敝,只是对任务管理器做了设置 -C# lock-screen procedures, function of the system conducted a screen worn hotkey, ctrl+ alt+ del does not screen worn, just did a set up Task Manager
禁用Ctrl+Alt+Del源码
- The code shows how to disable Ctrl+Alt+Del shortcut in windows system.