How can I tell if a user is using a laptop
- by Refracted Paladin
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....