Results 1 to 2 of 2

Thread: Extract from CAB files

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Cary, NC, USA
    Posts
    17

    Post

    I would like to be able to extract files from a cab file within a program. I have the API Function, but am having trouble with it giving memory errors and exiting VB. Here is the function call, can anyone help?

    Public Declare Function ExtractFileFromCab Lib "vb6stkit.dll" (ByVal Cab As String, ByVal File As String, ByVal Dest As String, ByVal iCab As Long, ByVal sSrc As String) As Long

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    Check out this FREE OCX, it might save you some time in working with cab files
    http://www.greeneclipsesoftware.com/cabcentral.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width