How can I tell if a user is using a laptop
Posted
by Refracted Paladin
on Stack Overflow
See other posts from Stack Overflow
or by Refracted Paladin
Published on 2010-05-14T19:50:46Z
Indexed on
2010/05/14
19:54 UTC
Read the original article
Hit count: 203
I need a way for my .Net Winform app to detect if my app is opened on a Laptop or a Workstation.
I have looked at Environment
and SystemInformation
but to no avail. Would WMI
do the trick?
Thanks for the direction....
© Stack Overflow or respective owner