Showing posts with label Win32. Show all posts
Showing posts with label Win32. Show all posts

Wednesday, July 3, 2013

DeRef Dalam VB6

Dengan memanfaatkan salah satu fungsi (GetMem4) yang berada dalam runtime VB6 (msvbvm60.dll).Option Explicit Private Declare Sub CopyMemory Lib "kernel32.dll" Alias "RtlMoveMemory" (ByRef Destination As Any, ByRef Source As Any, ByVal Length As Long)...
READ MORE - DeRef Dalam VB6

Monday, July 1, 2013

VB6 Add-Ins Tools - Win32 Keyword Search

Dikarenakan saya tidak memiliki MSDN jadinya harus report membuat tools yang seperti ini. Tools ini gunanya untuk melakukan pencarian pada:Win32.hlp (sebelumnya Anda harus memiliki file Win32.hlp ukurannya 24MB)API-Guide.exeGoogle (dengan keyword ......
READ MORE - VB6 Add-Ins Tools - Win32 Keyword Search