VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is some code to help you use command dialog controls

by VisualScope (20 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 27th June 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This is some code to help you use command dialog controls

Rate This is some code to help you use command dialog controls



 cd.DialogTitle = "Open Mp3 File"
    cd.Filter = "MP3 Files|*.MP3"
    cd.InitDir = "C:\Windows\Desktop\"
    cd.ShowOpen
    List1.AddItem cd.FileName


Download this snippet    Add to My Saved Code

This is some code to help you use command dialog controls Comments

No comments have been posted about This is some code to help you use command dialog controls. Why not be the first to post a comment about This is some code to help you use command dialog controls.

Post your comment

Subject:
Message:
0/1000 characters