摘要:
1 Private Declare Sub RtlMoveMemory Lib "kernel32" (Destination As Any, Source As Any, ByVal Length As Long) 2 3 4 'code by lichmama from cnblogs.c... 阅读全文
摘要:
这是个简版的,可以拿来做下网页gzip的解压缩,整好我的webserver还不支持这个,有时间了就加上。zlib.dll下载请点击我!模块zlib.bas的代码如下: 1 'code by lichmam from cnblogs.com 2 'whatfor: could be used for ... 阅读全文
摘要:
Desktop的API,用于切换或者系统桌面环境。扩展起来可以做一个锁屏程序或者多桌面程序。模块部分: 1 'desktop.bas 2 'too much struct and declare unused, shame~ 3 Public Declare Function GetThrea... 阅读全文