Bahadır EKİCİ
Bahadır EKİCİ

Reputation: 1059

Windows CE UI Componets

Are there any UI Components for Windows CE 6.0, other than the ones supplied by the Compact Framework and Visual Studio? I am developing applications with C# and the Compact Framework that need some visual design and the VS controls and components are not sufficient to me.

Thx your answers.

Upvotes: 2

Views: 2181

Answers (2)

Shaihi
Shaihi

Reputation: 3974

See this similar question: Round buttons for Windows Mobile. It should be relevant for Windows CE 6 as well. The example is in native code, but you can use SDF 1.4 source code to convert it to C#. I guess you can use the technique shown to create more controls of your own.

I also found this article about creating custom controls for Windows Mobile that might suite Windows CE as well as it is based on the compact framework, but I have not read this through nor tested it.

What components exactly are you looking for?

Upvotes: 1

Doobi
Doobi

Reputation: 4842

Windows CE6 R3 now supports Silverlight, so you can do some pretty cool things, although i think it's a little more complicated than typical Silverlight. http://www.microsoft.com/windowsembedded/en-us/products/windowsce/silverlightforwe.mspx

Upvotes: 1

Related Questions