Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2003
    Posts
    35

    View content .zip file in list box....

    Hi, I want to view the content the a zip file in list box, and next open each file from list box.

    I have a buttom, this call a "pdf.zip", with password protection.
    extract pdf.zip in a temp folder.

    I want to see the content of the file "pdf.zip" in a listbox without extract files to the temp folder, It's possible?

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Code:
    tblFiles = Zip.GetContents("AutoPlay\\Docs\\your.zip", true)
    for index, files in tblFiles do
    	result = ListBox.AddItem("ListBox1", files, "")
    end
    Quote Originally Posted by lepinski
    Hi, I want to view the content the a zip file in list box, and next open each file from list box.

    I have a buttom, this call a "pdf.zip", with password protection.
    extract pdf.zip in a temp folder.

    I want to see the content of the file "pdf.zip" in a listbox without extract files to the temp folder, It's possible?

  3. #3
    Join Date
    Jul 2003
    Posts
    35
    Thanks Worm, Now,
    when I see the list, it's possible open a .pdf file without extract to temp folder

Similar Threads

  1. How to exclude specific filenames in a File List box?
    By jbarr in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 11-28-2003, 12:11 AM
  2. How to include only specific filenames in a File List box?
    By jbarr in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 11-20-2003, 01:40 PM
  3. HOWTO: Set up an MP3 Playlist
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-24-2002, 11:57 AM
  4. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 AM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

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