I am replacing a backlight driver for a device running Windows Embedded Compact 7. I'm hoping I can find the source for the application and modify it to call my driver instead of the old one.

Is there a way to tie my driver's functionality into the existing "Display" Control Panel application? Is the source available for these applications and where can I find it?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Up through CE 6.0, the source code for all Windows CE Control Panels can be found on the development PC where Platform Builder is installed at:

%WINCEROOT%\PUBLIC\WCESHELLFE\OAK\CTLPNL

I don't have a CE 7.0 installation handy to verify the location, but I suspect it's going to be in the same place or something very similar if you're using a standard shell (SYSGEN_CTLPNL). If you're using the new "Silverlight" shell ('SYSGEN_CTLPNL2`), then it's likely to be in a different location, but all of the source is still available.

link|improve this answer
This is still where the control panel applications live in CE 7.0. The meat of the applications can be found more specifically at: %WINCEROOT%\PUBLIC\WCESHELLFE\OAK\CTLPNL\CPLMAIN – dgartner Jul 7 '11 at 17:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.