close
1. Open C:\WINCE600\PUBLIC\SHELL\OAK\HPC\EXPLORER\TASKBAR\taskbar.cpp in text editor
2. Mark all code under the WM_RBUTTONUP
case WM_RBUTTONUP:
{
//+nucca
RETAILMSG(1, (TEXT("Shell: no right click\r\n")));
/*
pt.x = (int)LOWORD(lParam);
pt.y = (int)HIWORD(lParam);
SetFocus(hwnd);
Show(hwnd);
s_nItem = HitTest(hwnd, pt, &grfFlags);
// ....
*/
}
3. Open commnad windows, type:
sysgen -p shell
4. makeimg
5. boot and verify on your target device
全站熱搜