This is some code to help you use command dialog controls
This is some code to help you use command dialog controls
Rate This is some code to help you use command dialog controls
(1(1 Vote))
cd.DialogTitle = "Open Mp3 File"
cd.Filter = "MP3 Files|*.MP3"
cd.InitDir = "C:\Windows\Desktop\"
cd.ShowOpen
List1.AddItem cd.FileName
This is some code to help you use command dialog controls Comments
No comments yet — be the first to post one!
Post a Comment