"sachin jesukaran" <[EMAIL PROTECTED]> a �crit dans le message de 
news: [EMAIL PROTECTED]
> hi everyone,
>
> i wanted to know how to quit an palm application.
> is any palm function available .
>


If you whant to go by the book, the doc says to enqueue the Launcher virtual 
key

EventType eventToAdd;

MemSet(&eventToAdd, sizeof(EventType ), 0);
eventToAdd.eType = keyDownEvent;
eventToAdd.data.keyDown.chr = launchChr;
eventToAdd.data.keyDown.modifiers = commandKeyMask;
EvtAddEventToQueue (&eventToAdd);


-- 
Regis St-Gelais
www.laubrass.com 



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

Reply via email to