RSS Forums RSS

Open File Dialog

Please support our VB.NET advertiser: DiscountASP.NET – 3 Months Free on VB.NET Web Hosting
Thread Solved
Reply
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

  #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.
AddThis Social Bookmark Button
Reply With Quote  
Posts: 227
Reputation: ProfessorPC is an unknown quantity at this point 
Solved Threads: 25
ProfessorPC ProfessorPC is offline Offline
Posting Whiz in Training

Re: Open File Dialog

  #2  
Dec 2nd, 2008
not sure if this will help you much
http://bytes.com/groups/net-vb/35689...dialog-problem
Reply With Quote  
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

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

there is no OpenFileDialog ready... i must create it...
Reply With Quote  
Posts: 227
Reputation: ProfessorPC is an unknown quantity at this point 
Solved Threads: 25
ProfessorPC ProfessorPC is offline Offline
Posting Whiz in Training

Re: Open File Dialog

  #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  
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

  #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  
Posts: 15,216
Reputation: jbennet is a glorious beacon of light jbennet is a glorious beacon of light jbennet is a glorious beacon of light jbennet is a glorious beacon of light jbennet is a glorious beacon of light jbennet is a glorious beacon of light 
Solved Threads: 455
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is online now Online
Moderator

Re: Open File Dialog

  #6  
Dec 4th, 2008
Last edited by jbennet : Dec 4th, 2008 at 1:46 pm.
Master of puppets Im pulling your strings - blinded by me, you cant see a thing. Master! Master!

If i am helpful, please give me reputation points.
Reply With Quote  
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

  #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  
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

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

but thank you anw
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.



Views: 2966 | Replies: 7 | Currently Viewing: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:06 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC