Accessing Display Properties

  • Thread starter Thread starter Mark Assousa
  • Start date Start date
M

Mark Assousa

Is there any way to access the display settings within the .Net framework?

On a WinXP box, one can right click on the desktop, select Properties,
go to the Appearance tab, click on the Advanced button, and muck with
the display appearance in fine detail. Are any of these settings
available through .Net? Specificly, I'm looking for scrollbar size but
I'm generally curious.

Failing direct access to this data in .Net, are the corresponding
settings in the registry well documented anywhere?

Thanks in advance.
 
Hi,

Take a look at the systeminformation class
http://msdn.microsoft.com/library/d...emwindowsformssysteminformationclasstopic.asp

Ken
-----------------
Is there any way to access the display settings within the .Net framework?

On a WinXP box, one can right click on the desktop, select Properties,
go to the Appearance tab, click on the Advanced button, and muck with
the display appearance in fine detail. Are any of these settings
available through .Net? Specificly, I'm looking for scrollbar size but
I'm generally curious.

Failing direct access to this data in .Net, are the corresponding
settings in the registry well documented anywhere?

Thanks in advance.
 

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