Hi I am using the following to get the system sound question
but it doesn't populate ?
Public Class SystemSoundItem
Dim sound As SystemSound, soundName As String
End Class
Public Property SoundToPlay As SystemSound
Set(ByVal value As SystemSound)
End Set
Get
SoundToPlay = SystemSounds.Question
End Get
End Property