Click here to Skip to main content
16,011,444 members

Comments by Member 13622627 (Top 5 by date)

Member 13622627 10-Dec-21 9:14am View    
I modified the response in the post. Please check it.
Member 13622627 10-Dec-21 9:14am View    
yes. Same issue.
Member 13622627 7-Feb-18 5:56am View    
Here's the button's code:


Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
My.Computer.Audio.Play("D:\Project1\Project files\sound07.wav")
End Sub

my question is: when the user installs the app, will he returns any error about file location?
and If it will, how can i write the code?

thnx for help <3
Member 13622627 7-Feb-18 5:00am View    
I use visual studio 2012
I created a button to play a sound file from my pc
I want to add the sound file's folder in the setup location
Is there a way to do that?
Member 13622627 16-Jan-18 1:17am View    
Good idea.
Thnx dude!