| | |
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
Views: 4312 | Replies: 7
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application array arrays basic beginner browser button buttons center checkbox client code convert cuesent data database datagrid datagridview date datetimepicker design designer dissertation dissertations dissertationtopic eclipse excel fade filter forms generatetags gridview html images input insert intel internet lib listview mobile monitor net objects open panel passingparameters pdf picturebox port position print printing problem read remove richtextbox save searchvb.net select serial settings shutdown sorting sqlserver studio survey table temperature textbox time timer timespan transparency update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms wpf wrapingcode year






