Get Display Monitor Size

  • Thread starter Thread starter Utkal Ranjan via .NET 247
  • Start date Start date
U

Utkal Ranjan via .NET 247

(Type your message here)

How can I get my display monitor size(whether it is 14 inch/15 inch/17 inch) ???? I want to change my monitor resolution according to the monitor size...

Thanx in Adv.
 
Change the resolution of the monitor based on what it supports, not on its
size.
 
You can't obtain the monitor size programmatically. You can, using
client-side code if we are talking about a web application, obtain the
current screen resolution.
Utkal Ranjan via .NET 247 said:
(Type your message here)

How can I get my display monitor size(whether it is 14 inch/15 inch/17
inch) ???? I want to change my monitor resolution according to the monitor
size...
 

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

Back
Top