WinAPI::sndPlaySound()
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()
//example
WinAPI::sndPlaySound("c:\\horay.wav");
This is a little simple, trival type of method to some. Put if AX is being used in the production process, and you have screen's at different processes then having sound to signal that a barcode scan has completed correctly helps in a loud Manufacturing environment. I also assume you could acomplish the same thing through ActiveX and MIDI control. I am not sure what would be the best way, for performance, to play a sound, but for development cost, the above is pretty easy and straight forward.
Find a job at: www.DynamicsAXJobs.com
Now you can add sounds to your methods, and processes by using the WinAPI call: WinAPI::sndPlaySound()
//example
WinAPI::sndPlaySound("c:\\horay.wav");
This is a little simple, trival type of method to some. Put if AX is being used in the production process, and you have screen's at different processes then having sound to signal that a barcode scan has completed correctly helps in a loud Manufacturing environment. I also assume you could acomplish the same thing through ActiveX and MIDI control. I am not sure what would be the best way, for performance, to play a sound, but for development cost, the above is pretty easy and straight forward.
Find a job at: www.DynamicsAXJobs.com
0 Comments:
Post a Comment
<< Home