Hi,
What is the different % the following routines? It seems that both of
them also make the application quit.
Routine 1:
newEvent.eType = keyDownEvent;
newEvent.data.keyDown.chr = launchChr;
newEvent.data.keyDown.modifiers = commandKeyMask;
EvtAddEventToQueue(&newEvent);
Routine 2:
newEvent.eType = appStopEvent;
EvtAddEventToQueue(newEvent);
Best Regards,
Charles
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/