0
votes
votes
1 answers
RE to ecomajor's need to determine windows and buttons style
you could get the OS platform programmatically by using Environment.OSVersion. however, to get the speficic type of OS, you need to know the major and minor version as well. Environment.OSVersion will give you: Microsoft Windows NT + ver ...
