Graphics for custom pocket pc application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone direct me to a book or useful web article about making my custom
pocket pc application look better. Using visualstudio.net '03 I don't see
anywhere to change back colors, etc... I've found that you can set this
programatically but I'd like to set it at design time (if possible). Thanks!!
 
Until a service pack for Visual Studio is made available (not to be confused
with service packs for the framework), your only option is to do it via code
(and have service pack 2 installed on the target).

VS2005 and netcf v2.0 make the story much better with designer support and
more support for forecolor/backcolor (e.g. on treenodes and listviewitems).

Cheers
Daniel
 
Back
Top