I want add 12 sounds in vb6. I dont know how and what components to use. Then when i do manage add the sounds i need eacht of sound play once depending of program answer. For example:

I create 1 CSom button and SDtade button is zodiac answer.

Code:
If SDate.Caption = "Aries" Then
CSom. play aries.midi
end if
If SDate.Caption = "Taurus" Then
CSom. play taurus.midi
end if
Can anyone help me?