Event programming related problem
-
Hello This is related to event programming for a pocket pc 2002 application..…here I m listening to a event using the WaitForMultipleObjects() call…also ther r 2 events ITC_APP_EVENT_RIGHTSCAN , ITC_APP_EVENT_LEFTCAN e for the right btn and the left button on a pocket pc device. We have 2 pocket pc devices ..1st with Win CE 3.0 and the 2nd has Win CE 4.2…. On 4.2 device my exe works fine On 3.0 device when I run the same exe…it does not pick the event for the button press (button on the right side of the device) I checked the registry I found that ITC_APP_EVENT_RIGHTSCAN event was not present in the registry of device 3.0. But the same event was present in the 4.2 device's (WIN CE 4.2) registry So I added this event in the registry of 3.0 device…but still it does not pick the event, the event I think does not get signaled (i.e the WaitForMultipleObjects() call does not work –). Is it that the WIN CE 3.0 might use a different event other than ITC_APP_EVENT_RIGHTSCAN? If that's the case than wher can I find the correct event for the button press event. I checked settings..but nothing I found bye