Hello everyone, i need a bit of help.
On a click of a button i want to pay an audio file.... here is my code
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox2.Text = "1" Then
TextBox2.BackColor = Color.LawnGreen
C:\Users\Nick\Desktop\good_work.play
now for some reason it says syntax error? help me!!!