CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - lock
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Button control
ComboBox
EditBox
TreeView
Static control
PropertySheet
RichEdit
ListView/ListBox
Menu control
ToolBar
StatusBar
Dialog_Window
Other
Tab Control
Search - lock - List
[
GUI Develop
]
timedog_src
DL : 0
时间锁定器,可以判断某一个程序运行了多少时间-time lock, you can judge a running time of
Date
: 2008-10-13
Size
: 177.2kb
User
:
ttm
[
GUI Develop
]
020511_winlock
DL : 0
lock windows Disable X button,Mouse , Ctrl Alt Del,Alt Tab , hide TaskBar Desktop , Reboot, LogOff , Shutdown and set priority of your form
Date
: 2008-10-13
Size
: 9.46kb
User
:
wuuu
[
GUI Develop
]
LockSplitter
DL : 0
The sample demonstrate how to lock the splitter view , The demo is from <<MFC anwser book>>
Date
: 2008-10-13
Size
: 24.02kb
User
:
曾晖
[
GUI Develop
]
RandomLines
DL : 0
通过线程在窗体上绘制随机线条,主要利用Tcanvas类的lock与unlock方法
Date
: 2008-10-13
Size
: 9.05kb
User
:
袁铭华
[
GUI Develop
]
lock
DL : 0
简单的桌面锁定,可修改密码功能,密码已加密
Date
: 2008-10-13
Size
: 1.46mb
User
:
lindong
[
GUI Develop
]
dlock
DL : 1
用vc制作的桌面lock -vc produced using desktop lock
Date
: 2008-10-13
Size
: 45.85kb
User
:
任本鹏
[
GUI Develop
]
锁键盘
DL : 0
利用vb编程可以锁住键盘以免它人随意使用-use vb programming can lock the keyboard to avoid arbitrary use it
Date
: 2008-10-13
Size
: 34.4kb
User
:
刘宋
[
GUI Develop
]
Hacker Disassembler Engine
DL : 1
Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address, etc. For example, you can use HDE when writing unpackers or decryptors executable files, because more others disassemblers too big, get only disasm listing and aren't intended for code analys, but more simple length disassemblers usually get too little info. HDE get enough info to analyse, but it has very small size. HDE package include DLL, objects, headers files and and source. + support MMX, SSE, SSE2, SSE3, 3DNow! instructions + high-speed & small size (coded in assembler ;) + compatibility with most coding language To disassemble should call hde_disasm function: DWORD hde_disasm( void *pCode // pointer to code HDE_STRUCT *pHDE_STRUCT // pointer to structure HDE_STRUCT ); Function return length of command and fill structure HDE_STRUCT: struct HDE_STRUCT { BYTE len; // length of command BYTE p_rep; // rep/repnz/.. prefix: 0xF2 or 0xF3 BYTE p_lock; // lock prefix 0xF0 BYTE p_seg; // segment prefix: 0x2E, 0x36, 0x3E, 0x26, 0x64, 0x65 BYTE p_66; // prefix 0x66 BYTE p_67; // prefix 0x67 BYTE opcode; // opcode BYTE opcode2; // second opcode, if first opcode equal 0x0F BYTE modrm; // ModR/M byte BYTE modrm_mod; // - mod byte of ModR/M BYTE modrm_reg; // - reg byte of ModR/M BYTE modrm_rm; // - r/m byte of ModR/M BYTE sib; // SIB byte BYTE sib_scale; // - scale (ss) byte of SIB BYTE sib_index; // - index byte of SIB BYTE sib_base; // - base byte of SIB BYTE imm8; // immediate imm8 WORD imm16; // immediate imm16 DWORD imm32; // immediate imm32 BYTE disp8; // displacement disp8 WORD disp16; // displacement disp16, if prefix 0x67 exist DWORD disp32; // displacement disp32 BYTE rel8; // relative address rel8 WORD rel16; // relative address rel16, if prefix 0x66 exist DWORD rel32; // relative address rel32 }; Opcode and len fields always exist, others are optional and depend of command. If field's value equal zero, then it isn't existing. Note: HDE work only with 32-bit commands of x86 processors !
Date
: 2010-10-14
Size
: 22.9kb
User
:
sys0007
[
GUI Develop
]
dlock
DL : 0
用vc制作的桌面lock -vc produced using desktop lock
Date
: 2026-01-11
Size
: 46kb
User
:
任本鹏
[
GUI Develop
]
锁键盘
DL : 0
利用vb编程可以锁住键盘以免它人随意使用-use vb programming can lock the keyboard to avoid arbitrary use it
Date
: 2026-01-11
Size
: 34kb
User
:
刘宋
[
GUI Develop
]
timedog_src
DL : 0
时间锁定器,可以判断某一个程序运行了多少时间-time lock, you can judge a running time of
Date
: 2026-01-11
Size
: 365kb
User
:
ttm
[
GUI Develop
]
020511_winlock
DL : 0
lock windows Disable X button,Mouse , Ctrl Alt Del,Alt Tab , hide TaskBar Desktop , Reboot, LogOff , Shutdown and set priority of your form
Date
: 2026-01-11
Size
: 9kb
User
:
wuuu
[
GUI Develop
]
LockSplitter
DL : 0
The sample demonstrate how to lock the splitter view , The demo is from <<MFC anwser book>>-The sample demonstrate how to lock the splitter view, The demo is from <<MFC anwser book>>
Date
: 2026-01-11
Size
: 24kb
User
:
曾晖
[
GUI Develop
]
lock
DL : 0
简单的桌面锁定,可修改密码功能,密码已加密-Simple desktop lock to modify the password function, the password is encrypted
Date
: 2026-01-11
Size
: 1.46mb
User
:
lindong
[
GUI Develop
]
eleclock
DL : 0
saftey electronic lock and learn how u can program and use it
Date
: 2026-01-11
Size
: 215kb
User
:
ali
[
GUI Develop
]
DeskTopLock
DL : 0
一个桌面锁的例子,不同于一般的桌面锁实现方法,不通过修改注册表来禁用任务管理器,解决了锁定桌面时,按Ctrl+Alt+Del打开任务管理器时弹出错误窗口的问题。另附有虚拟桌面功能-Example of a desktop lock, unlike the ordinary desktop lock implementation method, not by modifying the registry to disable the task manager, solved the lock the desktop, press Ctrl+ Alt+ Del to open Task Manager, when an error pop-up window problem . Attached with the virtual desktop capabilities
Date
: 2026-01-11
Size
: 638kb
User
:
刘磊
[
GUI Develop
]
USB_Lock_source
DL : 0
It s a so simple Usb Lock code-It s a so simple Usb Lock code..
Date
: 2026-01-11
Size
: 164kb
User
:
Dote
[
GUI Develop
]
LOCK
DL : 0
挂机锁屏系统 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口-Hook lock screen system 1. The system interface is friendly, easy to operate. 2. This system is used to hang up, hang up the game can be used to lock the screen bars. 3. The system can display the time and began to hang the use of hang time. 4. The greatest feature of this system is to use the screen keyboard to enter the password and hide the window
Date
: 2026-01-11
Size
: 1.73mb
User
:
steven
[
GUI Develop
]
Sliding-lock-demo
DL : 0
ce 滑动锁程序 演示基本功能代码 可在移动设备使用-ce Sliding lock demo
Date
: 2026-01-11
Size
: 37kb
User
:
yangfan
[
GUI Develop
]
LOCK
DL : 0
屏蔽热键的锁屏软件,屏蔽系统热键alt+F4,ctrl+alt+f4等-lock screen software.disable alt+F4,ctrl+alt+f4 etc..
Date
: 2026-01-11
Size
: 26.18mb
User
:
caizheng
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.