display-dpi

Can you access sceen 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 ...

Can you access sceen 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 position off. I need to be able to know what the DPI is so I can adjust the position accordingly. Thanks everyone, Jeff ...

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

Hi All, 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 to setup the user defined DPI value to the webbBrowser control so that web page gets rendered in higher DPI value. Any help will ...