Load all types of a certain file into a listbox on startup!!
Load all types of a certain file into a listbox on startup!!
Rate Load all types of a certain file into a listbox on startup!!
(1(1 Vote))
sNextFile = Dir$(App.Path & "\*.mcr")
While sNextFile <> ""
List1.AddItem sNextFile
sNextFile = Dir$
Wend
Load all types of a certain file into a listbox on startup!! Comments
No comments yet — be the first to post one!
Post a Comment