Results 1 to 4 of 4

Thread: 2 FileListBox questions...[Solved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2003
    Location
    Greece, Salonica
    Posts
    473

    Unhappy 2 FileListBox questions...[Solved]

    Hi.
    I have 2 questions about the filelistbox control...

    1)Is there a way to hide the extension from the files that are shown in the filelistbox?Maybe use a regular list box control?

    2)I want to change the extension from the selected file on the file list box control.From .dll i want to change it to .disdll and vice versa.I tried something like:
    VB Code:
    1. Name App.Path & "\" & flEnabled.FileName As Left$(flEnabled.FileName, Len(flEnabled.FileName - 4) & ".disdll")
    but that didnt work.
    If I can use a regular list box for the first question then the other question is probably solved...

    Thanks for helping!
    Last edited by mike2; Apr 11th, 2004 at 03:17 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
  •  



Click Here to Expand Forum to Full Width