J Joyjit Mukherjee Nov 18, 2004 #2 Hi, By using the OperatingSystem Class located in the System namespace. See more in this KB article: - http://support.microsoft.com/default.aspx?scid=kb;en-us;304283 Regards Joyjit
Hi, By using the OperatingSystem Class located in the System namespace. See more in this KB article: - http://support.microsoft.com/default.aspx?scid=kb;en-us;304283 Regards Joyjit
S Shankar Nov 18, 2004 #3 Environment.OSVersion which returns an OperationSystem object and you can use that. Shankar 11/18/2004 10:21:22 AM
Environment.OSVersion which returns an OperationSystem object and you can use that. Shankar 11/18/2004 10:21:22 AM