How to apply xp style

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

Guest

Hi,
I am using Visual studio 2005. I'm developing an application in c# for a PDA
running the Windows Mobile 5.0 OS. I want to apply Windows XP style to my
Windows form(on the PDA).
I tried this:
http://msdn2.microsoft.com/en-us/library/5d1acks5(vs.80).aspx

but I dont have the "Enable Visual Styles" check box in the Application pane
Please explain to me how it could be done.
Thank you very much
 
Hi gol,

The article is for full-versioned .NET 2.0 when app is running on Windows XP.
By default Windows Mobile 5.0 doesn't have these styles. You can custom drawing
controls or using something like this:

http://www.downloadsquad.com/2007/06/11/how-to-make-windows-mobile-more-like-windows-mobile-minute/
http://www.mobiletopsoft.com/pocket-pc/download-pocktxp-5-0.html

or theming, like

http://www.thememaker.biz/tmx.aspx

Regards, Alex
[TechBlog] http://devkids.blogspot.com



g> http://msdn2.microsoft.com/en-us/library/5d1acks5(vs.80).aspx
g>
 
Back
Top