搜索资源列表
MessageBoxTimeout API
- For reasons unknown, Microsoft has never documented the MessageBoxTimeout API located in user32.dll so here it is for those seeking a Message Box that times out and auto closes if the user does not respond to it first.
yy
- 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-achieving pictorial and jitter technology, and command line compiler bmp2txt process following vcvar
edge
- 关于边沿检测与提取,轮廓跟踪的图象算法,命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib-on edge detection and extraction, image contour tracking algorithm, the command line compiler process following vcvars32 rc bm
教你如何作弊玩扫雷
- 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的.
透明窗口SetWindowLong
- 本程序通过调用user32.dll中的系统函数 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) 完成对窗口半透明的处理-this program by calling user32.dll the system function SetWindo
wpack1
- 使用下面的库 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 可以封装用户自己的以太网链路收发报文. -use of the library kernel32.lib user32.lib g
texteffect
- 通过gid32.dll和user32.dll提供的位移OffsetRect、填充FillRect等函数,实现文字的滚动显示。-through gid32.dll user32.dll and the displacement OffsetRect, filling FillRect other functions, to achieve the rolling text display.
dect_image
- 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows v
trans_image
- 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-open a bitmap, achieving geometric transformation process compiler command line as foll
trace_image
- 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-functions of edge detection and extraction. Contour Tracking command line compiler proces
tansform
- 是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -
imhist
- 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcva
edgesearch
- 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction, Contour Tracking command line compiler process following vcva
Sendm
- 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 200
my_Trans
- 本实例演示了如何利用Windows提供的API实现窗体的透明效果,其API封装于User32.DLL中,而且代码实现了动态加载和释放资源。-the examples demonstrated how to use the Windows API to provide a transparent window effects, in its API User32.DLL package, but of dynamic code loadi
winuserdll
- winuserdll user32 库函数-winuserdll user32 library functions
user32.dll_函数说明.doc
- user32.dll_函数说明.doc
用VB实现状态栏上的进度条
- Option Explicit Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib "user32" (
USER32
- 易语言里的USER32源码,是很不错的,可以用来学习与参考-Easy language in the USER32 source, is very good, can be used to learn and reference