- Home
·
- Miscellaneous
·
- opens files from common dialog and adds the files in a list box!
opens files from common dialog and adds the files in a list box!
opens files from common dialog and adds the files in a list box!
Rate opens files from common dialog and adds the files in a list box!
(1(1 Vote))
Dim Filename As String
CommonDialog1.Action = 1
CommonDialog1.ShowOpen
Filename = CommonDialog1.Filename
List1.AddItem Filename
opens files from common dialog and adds the files in a list box! Comments
No comments yet — be the first to post one!
Post a Comment