Open File Dialog

Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Sep 2007
Posts: 85
Reputation: Dell XPS is an unknown quantity at this point 
Solved Threads: 0
Dell XPS Dell XPS is offline Offline
Junior Poster in Training

Open File Dialog

 
0
  #1
Dec 2nd, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 252
Reputation: ProfessorPC is an unknown quantity at this point 
Solved Threads: 27
ProfessorPC ProfessorPC is offline Offline
Posting Whiz in Training

Re: Open File Dialog

 
0
  #2
Dec 3rd, 2008
not sure if this will help you much
http://bytes.com/groups/net-vb/35689...dialog-problem
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 85
Reputation: Dell XPS is an unknown quantity at this point 
Solved Threads: 0
Dell XPS Dell XPS is offline Offline
Junior Poster in Training

Re: Open File Dialog

 
0
  #3
Dec 3rd, 2008
read before u reply...

there is no OpenFileDialog ready... i must create it...
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 252
Reputation: ProfessorPC is an unknown quantity at this point 
Solved Threads: 27
ProfessorPC ProfessorPC is offline Offline
Posting Whiz in Training

Re: Open File Dialog

 
0
  #4
Dec 3rd, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 85
Reputation: Dell XPS is an unknown quantity at this point 
Solved Threads: 0
Dell XPS Dell XPS is offline Offline
Junior Poster in Training

Re: Open File Dialog

 
0
  #5
Dec 4th, 2008
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...
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,144
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 531
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Open File Dialog

 
0
  #6
Dec 4th, 2008
Last edited by jbennet; Dec 4th, 2008 at 2:46 pm.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 16
Reputation: K-Dave is an unknown quantity at this point 
Solved Threads: 1
K-Dave K-Dave is offline Offline
Newbie Poster

Re: Open File Dialog

 
0
  #7
Dec 5th, 2008
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()
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 85
Reputation: Dell XPS is an unknown quantity at this point 
Solved Threads: 0
Dell XPS Dell XPS is offline Offline
Junior Poster in Training

Re: Open File Dialog

 
0
  #8
Dec 15th, 2008
thanx but jbennet gave me the correct code...

but thank you anw
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC