摘要: 代码备忘 1 'code by lichmama from cnblogs.com 2 Private Type IPAddr 3 ip1 As Byte 4 ip2 As Byte 5 ip3 As Byte 6 ip4 As Byte 7 End T... 阅读全文
posted @ 2014-07-05 23:22 lichmama 阅读(1271) 评论(0) 推荐(1) 编辑
摘要: 老代码备忘,我对图像处理不是太懂。 注:部分代码引援自网上,话说我到底自己写过什么代码。。。 1 Private Declare Function GetBitmapBits Lib "gdi32" (ByVal hbitmap As Long, _ 2 ByVal dwCount As Long, 阅读全文
posted @ 2014-07-05 17:00 lichmama 阅读(3148) 评论(0) 推荐(0) 编辑