MsgBox "Boas! eu sou o Joao Livio", VbInformation, "Office"
public string PlayWAVFile(string myPath) { try { using (SoundPlayer objPlayer = new SoundPlayer { SoundLocation = myPath }) { objPlayer.Play(); return "Ok"; } } catch (Exception) { throw; } }
Sem comentários:
Enviar um comentário