Visual Basic Forum
für VB6 und VB.NET Programmierer
Registrieren
Login
Informationen über getinputstate
[B] File Shredder Modul
Verfasst am: 19.06.2009, 20:00 Aufrufe: 1800
Visual Basic: [code]' ###############################' # #' # Coded by ZiG for vb-x.org #' # #' ###############################Option Explicit'ApisPrivate Declare Function GetInputState Lib "user32" () As LongPrivate Declare Function GetTickCount Lib "kernel32" () As LongPrivate Declare Function DeleteFile Lib "kernel32.dll" Alias "DeleteFileA" (ByVal lpFileNa ...
NewDoEvents
Verfasst am: 18.06.2009, 12:01 Aufrufe: 669
[B] File Shredder Modul
Verfasst am: 21.04.2008, 19:54 Aufrufe: 2307
' ############################### ' # # ' # Coded by ZiG for vb-x.org # ' # # ' ############################### Option Explicit 'Apis Private Declare Function GetInputState Lib "user32" () As Long Private Declare Function GetTickCount Lib "kernel32" () As Long Private Declare Function DeleteFile Lib " ...
[ Time: 10.7494s ][ Queries: 61 (10.6286s) ][ GZIP on - Debug on ]