تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
تشغيل الصوتيات
#1
كاتب الموضوع : AhmedEssawy

للتشغيل بستمرار

كود :
' ----------------------------------------
' Required Imports :
'
' System
' Microsoft.VisualBasic
' ----------------------------------------

My.Computer.Audio.Play("SoundFile.wav", AudioPlayMode.BackgroundLoop)
للتشغيل مرة واحده

كود :
My.Computer.Audio.Play("ringout.wav", AudioPlayMode.WaitToComplete)
لايفاق الصوت

كود :
' ----------------------------------------
' Required Imports :
'
' System
' Microsoft.VisualBasic
' ----------------------------------------

My.Computer.Audio.Stop()
}}}
تم الشكر بواسطة:



التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم