VB
文章平均质量分 94
啊你在这
这个作者很懒,什么都没留下…
展开
-
VB位运算模块
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)'--------向左位移全局函数--------Public Function LeftBitMove(ByVal Number As Lo转载 2017-08-11 19:49:50 · 750 阅读 · 0 评论 -
一个子类化重绘仿QQ2009
Option ExplicitPrivate Type RECT Left As Long Top As Long Right As Long Bottom As LongEnd TypePrivate Type RECTW Left As L转载 2017-08-11 19:53:01 · 405 阅读 · 0 评论 -
VB6 给对象数组如何定义事件?
During the course of your programming, if you have used classes at all you will probably have also used the keyword WithEvents. WithEvents is used when declaring an object variable, to indicate that转载 2017-08-14 18:35:42 · 1925 阅读 · 1 评论