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:
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!:):wave: