| | |
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 |
.net 30minutes 2005 2008 access account arithmetic array basic bing button buttons c# center check code combobox component connectionstring convert crystalreport data database databasesearch datagrid datagridview date design dissertation dissertations dropdownlist excel fade file-dialog folder ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print problem problemwithinstallation project remove save searchbox searchvb.net select serial server shutdown soap survey table tcp temperature text textbox timer toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf






