VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Compresses or uncompresses (depending on which procedure you call) a file using the WinRAR DOS Exec

Programming Innovations  (7 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Mon 19th August 2002   Mon 8th February 2021

Compresses or uncompresses (depending on which procedure you call) a file using the WinRAR DOS Executables. NOTE: Send me an email for a copy

API Declarations


' Constants
Global Const STILL_ACTIVE = &H103
Global Const PROCESS_QUERY_INFORMATION = &H400

' Vars
Global gsRARPath As String
Global gsUnRARPath As String

' Declares
Declare Function OpenProcess Lib "Kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
Declare Function GetExitCodeProcess Lib "Kernel32" (ByVal hProcess As Long, lpExitCode As Long) As Long

Rate Compresses or uncompresses (depending on which procedure you call) a file using the WinRAR DOS Exec (1(1 Vote))
Compresses or uncompresses (depending on which procedure you call) a file using the WinRAR DOS Exec.bas

Compresses or uncompresses (depending on which procedure you call) a file using the WinRAR DOS Exec Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters