VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



opens files from common dialog and adds the files in a list box!

by Vinnie Bailey aka FreeZ (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 6th April 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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!




Dim Filename As String
CommonDialog1.Action = 1
CommonDialog1.ShowOpen
Filename = CommonDialog1.Filename
List1.AddItem Filename

Download this snippet    Add to My Saved Code

opens files from common dialog and adds the files in a list box! Comments

No comments have been posted about opens files from common dialog and adds the files in a list box!. Why not be the first to post a comment about opens files from common dialog and adds the files in a list box!.

Post your comment

Subject:
Message:
0/1000 characters