| | |
Open File Dialog
Please support our VB.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
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 account arithmetic array assignment basic box button buttons center check code component connectionstring convert crystalreport data database databasesearch datagrid datagridview date design dissertation dissertations dissertationthesis dosconsolevb.net dropdownlist excel fade file-dialog firewall folder ftp generatetags hardcopy image images input insert intel isnumericfuntioncall math monitor navigate net networking opacity output passingparameters peertopeervideostreaming picturebox picturebox1 port problem problemwithinstallation project record reports" savedialog searchvb.net select serial shutdown string survey tcp temp temperature text textbox timer toolbox trim updown user useraccounts usercontrol vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf






