Graphics for custom pocket pc application

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!!
 
D

Daniel Moth

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top