windows mobile 6.5 UI
i'm a beginner in developing app in windows mobile 6.5 ? and our project actually depending on how nice is our UI !!
and when i open a new smart device project in C# to implement our UI design, i found that the toolbox of the compact framework (textboxs ,bu开发者_如何学Cttons ..etc) is not good enough to make a nice UI ...so is there any suggestion to implement this UI by another way to be nice ?!?!
thank u in advance
My company uses the Resco Mobile toolkit. It's not free, but the UI elements are a lot nice and have a lot more functionality than the built-in Windows Mobile Forms.
You have all the freedom to define the visual appeareance of the controls. Have a look at Silvermoon, for example...
You should buy/find-free controls library.
Maybe the better way would be to make your own controls using GDI+ to have more control.
精彩评论