<http://forum.pspad.com/read.php?f=2&i=12438&t=12435>
----------------------------------------------------------------
Hi thorsten,
Ive once seen an enhancement for wsh, that supports listboxes and uses
html to make a GUI, but cant´t find it again. But I couldnt understand
the solution and make it run.
I finally made it the simple and uncomfortable way:
text="Bitte Nummer des einzufügenden Bausteins oder Include-Datei
angeben:" & Chr(13) & Chr(13)
For i = 0 To projectFilesCount - 1
j=j+1
regEx.Pattern = ".*\\" ' Set
pattern.
temp = regEx.Replace(projectFiles(i), "") ' delete path
projectliste(j) = temp
fullpath(j) = projectFiles(i)
text = text & j & ": " & temp & Chr(13)
Next
Input = InputBox(text,"Include-Baustein in aktuelle Datei
einfügen","1")
good luck
Roland
--
PSPad freeware editor http://www.pspad.com