Hi, Iam using the Tungsten T3 PDA . My application receives the data through the Bluetooth port and based on the received commands it should launch the corresponding applications. It is able to launch all the applications , but unable to launch the Calculator application only . Instead of Calculator application it is launching the "HotSync" application everytime. The below procedure i followed inorder to launch the Calculator application .
EventType Event; Event.eType = keyDownEvent; Event.data.keyDown.chr = vchrCalc; Event.data.keyDown.modifiers = commandKeyMask; EvtAddEventToQueue (&Event); If there any PDA Preferance settings to be changed to launch the Calc application? If there is any other method to follow please let me know . Your suggestions are always welcome. Best Regards, Venkat -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
