Hello,
I tried like below, now market is closed 'timeout.wav' playing.
But I am not sure 'ok.wav' will play for new order or not?
Can you let me know, please?
Thanks
I tried like below, now market is closed 'timeout.wav' playing.
But I am not sure 'ok.wav' will play for new order or not?
Can you let me know, please?
Inserted Code
int _ticket = 0;
if ( expression )
{
...
} //---if Close
if ( _ticket > 0 )
{
PlaySound( "ok" );
} //---if Close
//---
if ( _ticket < 0 )
{
PlaySound( "timeout.wav" );
} //---if Close