>>> Is it possible to make a single sound like "bip".

Example:

SndCommandType bip;
bip.cmd       = sndCmdFrqOn;
bip.param1    = 1480;
bip.param2    = 15;
bip.param3    = PrefGetPreference (prefSysSoundVolume);
SndDoCmd (NULL, &bip, true);

Craig


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to