//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言源码之疯狂的鼠标系统结构:置信息,置透明度,取信息, ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------__启动窗口_首次激活 || || ======调用的Dll || ||---[dll]------置信息 || ||---[dll]------置透明度 || ||---[dll]------取信息 调用的DLL命令: .DLL命令置信息,整数型,,"SetWindowLongA",,值 .参数hwnd .参数nIndex .参数dwNewLong .DLL命令置透明度,整数型,,"SetLayeredWindowAttributes" .参数hwnd .参数crkey .参数alpha,字节型 .参数dwflags .DLL命令取信息,整数型,"user32","GetWindowLongA" .参数hwnd .参数nIndex,,,
