B Brian Henry Jul 20, 2005 #1 how do you get information easily such as the scrollbar width or the border width and such from windows?
how do you get information easily such as the scrollbar width or the border width and such from windows?
S Siva M Jul 20, 2005 #2 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?
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?
W Workgroups Jul 20, 2005 #3 With Windows.Forms.SystemInformation .VerticalScrollBarWidth .BorderSize etc.
B Brian Henry Jul 20, 2005 #4 thanks Workgroups said: With Windows.Forms.SystemInformation .VerticalScrollBarWidth .BorderSize etc. Click to expand...
thanks Workgroups said: With Windows.Forms.SystemInformation .VerticalScrollBarWidth .BorderSize etc. Click to expand...