how to find the Difference between laptop and desktop pc
-
Hi How to find whether my application is running on laptop machine or desktop machine ? any win api would help ? or any other thing needs to be looked up.
sonani prakash
-
Hi How to find whether my application is running on laptop machine or desktop machine ? any win api would help ? or any other thing needs to be looked up.
sonani prakash
There isn't any API to do this. There really isn't any method of reliably determining this. Why should your application care?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hi How to find whether my application is running on laptop machine or desktop machine ? any win api would help ? or any other thing needs to be looked up.
sonani prakash
-
The only reason I could think you'd want this is for power saving if on a laptop. In which case you want to check the power settings of the machine rather than find out if the machine is a laptop.
Thanks, Only way I am thinking is have to search for battery if it's present then it's laptop otherwise it's desktop...
sonani prakash
-
Thanks, Only way I am thinking is have to search for battery if it's present then it's laptop otherwise it's desktop...
sonani prakash
Do UPS systems use the same API for battery reporting as laptops? IF so this would only be able to definitively identify some systems as desktops.
-- You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer
-
Do UPS systems use the same API for battery reporting as laptops? IF so this would only be able to definitively identify some systems as desktops.
-- You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer