DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   VB.NET (http://www.daniweb.com/forums/forum58.html)
-   -   Open File Dialog (http://www.daniweb.com/forums/thread160441.html)

Dell XPS Dec 2nd, 2008 3:06 pm
Open File Dialog
 
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.

ProfessorPC Dec 3rd, 2008 12:18 am
Re: Open File Dialog
 
not sure if this will help you much
http://bytes.com/groups/net-vb/35689...dialog-problem

Dell XPS Dec 3rd, 2008 9:41 am
Re: Open File Dialog
 
read before u reply...

there is no OpenFileDialog ready... i must create it...

ProfessorPC Dec 3rd, 2008 3:10 pm
Re: Open File Dialog
 
and this is how you reply to somebody trying to help. obviously other people have been able to figure it out. figure it out yourself.

Dell XPS Dec 4th, 2008 2:25 pm
Re: Open File Dialog
 
the reason i replied like this is because i wasted my time trying to make the wrong help u gave me work... anyway thnx for trying to help but careful not to make it more difficult for those asking for help...

jbennet Dec 4th, 2008 2:44 pm
Re: Open File Dialog
 
http://msdn.microsoft.com/en-us/libr...iledialog.aspx

K-Dave Dec 5th, 2008 10:17 am
Re: Open File Dialog
 
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()

Dell XPS Dec 15th, 2008 8:32 am
Re: Open File Dialog
 
thanx but jbennet gave me the correct code...

but thank you anw


All times are GMT -4. The time now is 4:08 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC