방법: Visual Basic에서 시스템 소리 재생
업데이트: 2007년 11월
이 예제에서는 My.Computer.Audio.PlaySystemSound 메서드를 사용하여 시스템 소리를 재생합니다.
My.Computer.Audio.PlaySystemSound 메서드는 SystemSound 클래스의 공유 멤버 중 하나를 매개 변수로 사용합니다.
예제
My.Computer.Audio.PlaySystemSound 메서드를 사용하여 지정된 시스템 소리를 재생합니다.
시스템 소리 Asterisk는 일반적으로 오류를 나타냅니다. 자세한 내용은 SystemSound를 참조하십시오.
Sub PlaySystemSound()
My.Computer.Audio.PlaySystemSound( _
System.Media.SystemSounds.Asterisk)
End Sub
코드 컴파일
이 코드 예제는 Windows Forms 또는 콘솔 응용 프로그램 내에서만 실행할 수 있습니다. 자세한 내용은 My.Computer.Audio.PlaySystemSound 메서드를 참조하십시오.