Open File Dialog
Please support our VB.NET advertiser: DiscountASP.NET – 3 Months Free on VB.NET Web Hosting
Thread Solved
![]() |
•
•
Posts: 85
Reputation:
Solved Threads: 0
today i was trying to make an alarm for my Pocket pc so that i can select the sound of the alarm and set it as one of my mp3 files...
but in vb .net for pda i realised there is no FileDialog ready to use...
any ideas...
i need to make a filedialog to select the mp3 from my pocket pc, either its on device or storage card.
but in vb .net for pda i realised there is no FileDialog ready to use...
any ideas...
i need to make a filedialog to select the mp3 from my pocket pc, either its on device or storage card.
•
•
Posts: 227
Reputation:
Solved Threads: 25
not sure if this will help you much
http://bytes.com/groups/net-vb/35689...dialog-problem
http://bytes.com/groups/net-vb/35689...dialog-problem
Last edited by jbennet : Dec 4th, 2008 at 1:46 pm.
Master of puppets Im pulling your strings - blinded by me, you cant see a thing. Master! Master!
If i am helpful, please give me reputation points.
If i am helpful, please give me reputation points.
•
•
Posts: 16
Reputation:
Solved Threads: 1
Hi! according to what i understand you post is that you want to open an mp3 file from a filedialog box. If this is what you mean then do the following
1) Double click on the button that you want the filedialogbox to appear when clicked.
2) On the code editor add the following code
Dim file As New OpenFileDialog
file.Filter = ("mp3|.mp3")
file.ShowDialog()
1) Double click on the button that you want the filedialogbox to appear when clicked.
2) On the code editor add the following code
Dim file As New OpenFileDialog
file.Filter = ("mp3|.mp3")
file.ShowDialog()
![]() |
Similar Threads
Other Threads in the VB.NET Forum
- Help for file handling in VB. NET (VB.NET)
- open save dialog box error (PHP)
- Open file Dialog in asp.net (ASP.NET)
- Opening a .pdf file at the clientside without the open/save dialog box (ASP.NET)
- File Dialog window, save dialog window (Python)
- vb6/common dialog/access db (Visual Basic 4 / 5 / 6)
Other Threads in the VB.NET Forum
- Previous Thread: Help transferring data between forms
- Next Thread: how to pass array of value from one calss to another class
•
•
•
•
Views: 2966 | Replies: 7 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode