Windows CE user interface components
Are there any UI components for Windows CE 6.0 other than those supplied by the Compact Framework and Visual Studio? I am developing applications with C # and Compact Framework that need some kind of visual design and VS controls and components are not enough for me.
thanks for your answers.
a source to share
See a similar question: Round buttons for Windows Mobile . This should be true for Windows CE 6 as well. The example is in native code, but you can use the SDF 1.4 source code to convert it to C #. I think you can use the technique shown to create more custom controls.
I also found an article on creating custom controls for Windows Mobile, which can contain Windows CE and is also based on a compact framework, but I haven't read that or tested it.
What components are you looking for exactly?
a source to share
Windows CE6 R3 now supports Silverlight, so you can do some pretty cool stuff, although I think it's a little more complex than regular Silverlight. http://www.microsoft.com/windowsembedded/en-us/products/windowsce/silverlightforwe.mspx
a source to share