![]() |
#7 |
Модератор
|
Цитата:
Ever wanted to give a audio based interaction, to when a user does something? In the past windows based applications incorporated sound to signal that a process what complete. Now you can add sounds to your methods, and processes by using the WinAPI call: WinAPI::sndPlaySound() X++: //example WinAPI::sndPlaySound("c:\\horay.wav"); http://dynamics-ax.blogspot.com/2006...playsound.html
__________________
This posting is provided "AS IS" with no warranties, and confers no rights. |
|