HOW TO:在 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 Form 或主控台應用程式 (Console Application) 內執行。如需詳細資訊,請參閱 My.Computer.Audio.PlaySystemSound 方法。
請參閱
工作
HOW TO:在 Visual Basic 中播放重複循環音效
HOW TO:在 Visual Basic 中判斷檔案是否存在