Hi,
I have tried to catch the Launch Code "sysAppLaunchCmdNotify" but it seems
can't work.
switch (cmd)
{
case sysAppLaunchCmdNotify: // NO Respond, any idea???
SndPlaySystemSound(sndStartUp);
break;
}
case sysAppLaunchCmdSyncNotify: // It sounds after HotSync
{
SndPlaySystemSound(sndStartUp);
break;
}
case sysAppLaunchCmdSystemReset: // It souds after Rese
{
SndPlaySystemSound(sndStartUp);
break;
}
default:
break;
return true;
}
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/