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

全站熱搜
創作者介紹
創作者 ethanchen1108 的頭像
ethanchen1108

Windows Embedded

ethanchen1108 發表在 痞客邦 留言(0) 人氣()