0% found this document useful (0 votes)
53 views

Formulas Visual Basic Microsoft

The document contains code that sets the visibility of buttons and plays different music/media files depending on the selected item in a list box or combo box. It defines event handler subroutines for 12 buttons and a combo box that set the Windows Media Player URL to different music files based on the selected genre of "Rock", "Pop", or "Infantiles".

Uploaded by

Karla
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Formulas Visual Basic Microsoft

The document contains code that sets the visibility of buttons and plays different music/media files depending on the selected item in a list box or combo box. It defines event handler subroutines for 12 buttons and a combo box that set the Windows Media Player URL to different music files based on the selected genre of "Rock", "Pop", or "Infantiles".

Uploaded by

Karla
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

LIST BOX

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

If ListBox1.Text = "Pop en Espaol" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\Ro Roma - Mi
Persona Favorita (Lyric Video).mp3"
Me.PictureBox1.Image = Image.FromFile("C:\Users\Familia
Espinosa\Downloads\popespaol.jpg")
End If
Botn 1
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\2-08 Till
Death Do Us Part.mp3"
End If
If ListBox1.Text = "Pop" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Coldplay Yellow.mp3"
End If

If ListBox1.Text = "Infantiles" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\Jonas Brothers
- Year 3000.mp3"
End If
BOTON2
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\02 Forever
Angel (Acoustic).mp3"
End If

If ListBox1.Text = "Pop" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\Imagine
Dragons - Demons.mp3"
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Can I Have
This Dance HD (Full Music Video).mp3"
End If
Boton 3
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\02 When the
Eagle Cries (unplugged).mp3"
End If

If ListBox1.Text = "Pop" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\demi lovato heart attack(2).mp3"
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\03 when i look
at you(3).mp3"
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

If ListBox1.Text = "Pop" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\demi lovato heart attack(2).mp3"
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\03 when i look
at you(3).mp3"
End If
Boton 4
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\04 Bonus
Track_ Till We Ain_t Strang.mp3"
End If
If ListBox1.Text = "Pop" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Sia Chandelier (Official Video).mp3"
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\glee cast never going back again [artie].mp3"
End If

Boton 5

If ListBox1.Text = "Rock" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\09 In the Air
Tonight.m4a"
End If
If ListBox1.Text = "Pop" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Taylor Swift Blank Space.mp3"
End If

If ListBox1.Text = "Infantiles" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\camp rock 2 this is our song(2).mp3"
End If

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

If ListBox1.Text = "Pop" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\04
firework46391.mp3 "
End If

If ListBox1.Text = "Infantiles" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\eenie
meenie.mp3"
End If
End Sub
Private Sub Button9_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button9.Click
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\2-41 Hot For
Teacher.m4a"
End If
If ListBox1.Text = "Pop" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\06 california
king bed.mp3 "
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\victoria
justice - make it shine.mp3"
End If
End Sub
Button13_Click
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\04 Isn't It
Time.m4a"
End If

If ListBox1.Text = "Pop" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\OneRepublic Counting Stars.mp3 "
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\06 about you
now(2)11293.mp3"
End If
End Sub

Button12_Click
If ListBox1.Text = "Rock" Then

WMP.URL = "C:\Users\Familia Espinosa\Downloads\09 The Temple


of the Holy.m4a"
End If
If ListBox1.Text = "Pop" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\Hey Jude Glee Cast [HD FULL STUDIO].mp3 "
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\danna paola todo fue un show.mp3"
End If
End Sub
Button11
If ListBox1.Text = "Rock" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\09 Hallowed Be
Thy Name.m4a"
End If

If ListBox1.Text = "Pop" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\02 kiss you one direction.mp3 "
End If
If ListBox1.Text = "Infantiles" Then
WMP.URL = "C:\Users\Familia Espinosa\Downloads\frankie j tienes que creer en m.mp3"
End If

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

If ComboBox1.Text = "Intocable-Culpable Fui" Then


WMP.URL = "C:\Users\Familia Espinosa\Downloads\Intocable__Culpable_Fui_(Culpable_Soy)_(En_Vivo).avi"
End If
If ComboBox1.Text = "Alejandro Sanz-No Me Compares" Then
WMP.URL = "C:\Users\Familia
Espinosa\Downloads\Alejandro_Sanz_-_No_Me_Compares.mp4"
End If
If ComboBox1.Text = "Michael Jackson-Thriller" Then
WMP.URL = "C:\Users\Familia
Espinosa\Downloads\Michael_Jackson_-_Thriller_(Short_Version).mp4"
End If
If ComboBox1.Text = "Leonel Garca ft. Ha-ash-Te Voy A Perder"

Then

WMP.URL = "C:\Users\Familia
Espinosa\Downloads\Leonel_Garca_HA-ASH_-_Te_Voy_a_Perder.mp4"
End If
End Sub

Private Sub Button10_Click(ByVal sender As System.Object, ByVal e As


System.EventArgs) Handles Button10.Click
Form2.show()

You might also like