Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
5k views

Can you access screen display’s DPI settings in a Javascript function?

Is there a way to access the screen display's DPI settings in a Javascript function? I am trying to position a html panel on the page and when the user's DPI is set to large (120), it throws the ...
0
votes
1answer
218 views

Incerease DPI resoultion for web page loaded into WebBrowser conriol in C#

We would like to display text and images of an web page in higher DPI for example take 300 DPI, but by default C# webbBrowser control uses 72/96 DPI which is currently system uses. Is their any ways ...
0
votes
2answers
988 views

Can you access screen display's DPI settings in Silverlight?

Is there a way to access the screen display's DPI settings in Silverlight? If so, how? Thanks, Jeff