views:

59

answers:

2

Windows Mobile 6.0 devices have a Text Size setting that can be reached by clicking

Start -> Settings -> System -> Screen -> Text Size

How do I retrieve the value of that setting (Smallest ... Largest) from a program running on the .NET compact framework?

A: 

I want to know as well

jacques
This should be a comment on the question, not an answer.
ctacke
+2  A: 

You should use the SHGetUIMetrics API.

ctacke
Great! Thanks a lot!
Andreas Huber