How can I determine the Windows version from a VB 6 app?

后端 未结 7 897
野趣味
野趣味 2020-12-09 04:10

I want to detect any Windows versions from 95 to Win 7.

I also would like to display if the OS is 32-bit or 64-bit.

That\'s it; it\'s that simple. :) What co

相关标签:
7条回答
  • 2020-12-09 04:51

    Ah, found it! I don't personally use this class because for my needs it's overkill, but it's definitely the most thorough OpSys version example I've come across. Credit for this one goes to Kenneth Ives.

    *I guess StackOverflow doesn't like enormous blocks of code, so the class (clsOperSystem.cls) is located in the KiCrypt Demo, an excellent compilation of hash and encryption algorithms.

    0 讨论(0)
提交回复
热议问题