| | |
Open File Dialog
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Sep 2007
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.
•
•
Join Date: Dec 2007
Posts: 252
Reputation:
Solved Threads: 27
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 2:46 pm.
If i am helpful, please give me reputation points.
•
•
Join Date: Jan 2008
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
- 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
| Thread Tools | Search this Thread |
"crystal .net .net2005 30minutes 2005 2008 access arithmetic array assignment basic binary bing box button buttons center check code combobox component connectionstring convert cpu crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net dropdownlist editvb.net excel file-dialog firewall folder ftp google hardcopy image images isnumericfuntioncall login math memory mobile ms mssqlbackend mysql navigate net networking opacity output peertopeervideostreaming picturebox1 port print printpreview problemwithinstallation project record reports" reuse save savedialog searchbox serial soap storedprocedure string tcp temp text textbox timer toolbox trim updown useraccounts usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet view vista visual visualbasic visualbasic.net visualstudio web wpf






