Formulas Visual Basic Microsoft
Formulas Visual Basic Microsoft
Button1.Visible = True
Button2.Visible = True
Button3.Visible = True
Button4.Visible = True
Button5.Visible = True
Button6.Visible = True
Button7.Visible = True
Button8.Visible = True
Button9.Visible = True
Button13.Visible = True
Button11.Visible = True
Button12.Visible = True
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\10 July
Morning.mp3"
Me.PictureBox1.Image = Image.FromFile("C:\Users\Familia
Espinosa\Downloads\rock bands.jpg")
End If
If ListBox1.Text = "Pop" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Maroon 5 Animals.mp3"
Me.PictureBox1.Image = Image.FromFile("C:\Users\Familia
Espinosa\Downloads\popmusic.jpg")
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\02 - lifes
what you make it - best of hannah montana & miley cyrus.mp3"
Me.PictureBox1.Image = Image.FromFile("C:\Users\Familia
Espinosa\Downloads\pooh.jpg")
End If
Botn 3
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\02 When the
Eagle Cries (unplugged).mp3"
End If
Boton 5
End Sub
Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button6.Click
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\03 Beautiful
day.m4a"
End If
If ListBox1.Text = "Pop" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Ed Sheeran Give Me Love [Official Video].mp3"
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Taylor Swift Fifteen.mp3"
End If
End Sub
Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button7.Click
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\03
Carousel.m4a"
End If
If ListBox1.Text = "Pop" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\one less
lonely girl317351.mp3 "
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\make a wave
(studio version)450.mp3"
End If
End Sub
Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button8.Click
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\05 Cry You a
Rainbow.m4a"
End If
Button12_Click
If ListBox1.Text = "Rock" Then
COMBOBOX
If ComboBox1.Text = "Taylor Swift-Wildest Dreams" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Taylor_Swift__Wildest_Dreams.avi"
End If
If ComboBox1.Text = "The Weeknd-Cant Feel My Face" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\The_Weeknd__Cant_Feel_My_Face.avi"
End If
Then
WMP.URL = "C:\Users\Familia
Espinosa\Downloads\Leonel_Garca_HA-ASH_-_Te_Voy_a_Perder.mp4"
End If
End Sub