Display WinXP OS Information
-
Hi! I'm trying to create a small program that diplays all type of OS information, like the OS Language installed, user language, keyboard language, Service Packs installed etc. I know that some of this info you can find in the Registry but not all. Does Microsoft have any API calls that makes it easy for me to use? Maybe some other functions to use. I've found this API GetUserDefaultUILanguage() that displays the user language used. It returns an unsigned int value I think, converting it to HEX gives you the language code used. Please help! Hachaso
-
Hi! I'm trying to create a small program that diplays all type of OS information, like the OS Language installed, user language, keyboard language, Service Packs installed etc. I know that some of this info you can find in the Registry but not all. Does Microsoft have any API calls that makes it easy for me to use? Maybe some other functions to use. I've found this API GetUserDefaultUILanguage() that displays the user language used. It returns an unsigned int value I think, converting it to HEX gives you the language code used. Please help! Hachaso
will this help:- http://www.codeproject.com/system/system_information.asp[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta