Questions tagged [getsystemmetrics]
17 questions
0
votes
1 answer
Using GetSystemMetrics how to determine if a screen is touchscreen
I read somewhere that using GetSystemMetrics, one can determine if a screen is touchscreen or not. I have a handle to this function in Java and Lotus Script. However, I am not sure what to do with it, and how to determine if the screen is…

user2939446
- 71
- 2
- 10
0
votes
1 answer
Input Values for Nativemethods.GetSystemMetrics Function in .Net
This function appears to be a way to access all sorts of system values. For example
nativemethods.GetSystemMetrics(4096) returns whether a session is remote or local. All I can find on the web are specific examples--does anyone know where I could…

Jeff
- 8,020
- 34
- 99
- 157