getting system metrics (such as scrollbar width)

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

how do you get information easily such as the scrollbar width or the border
width and such from windows?
 
P/Invoke GetSystemMetrics() Win32 API. www.pinvoke.net might help you get
more info.

how do you get information easily such as the scrollbar width or the border
width and such from windows?
 
With Windows.Forms.SystemInformation
.VerticalScrollBarWidth
.BorderSize

etc.
 

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