
代码收藏
文章平均质量分 73
shuwork
这个作者很懒,什么都没留下…
展开
-
Read a byte, integer or long from memory
Date: 6/17/2000Versions: VB4/32 VB5 VB6 Level: IntermediateAuthor: The VB2TheMax Team Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (dest As _ Any, source As Any, ByVal by原创 2003-02-26 08:49:00 · 536 阅读 · 0 评论 -
Read a string at a given address
Date: 6/17/2000Versions: VB4/32 VB5 VB6 Level: IntermediateAuthor: The VB2TheMax Team Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (dest As _ Any, source As Any, ByVal by原创 2003-02-26 08:48:00 · 827 阅读 · 0 评论 -
Resize所有控件
Option Explicit if True, also fonts are resizedPublic ResizeFont As Boolean if True, forms height/width ratio is preservedPublic KeepRatio As BooleanPrivate Type TcontrolInfo ctrl As Control Left A原创 2003-02-26 08:48:00 · 620 阅读 · 0 评论