Determine Windows ServicePack Version by Using Visual C# .NET

  • Thread starter Thread starter Mike Strieder
  • Start date Start date
M

Mike Strieder

Hi,

i think in an old Version it was possible to get the ServiePack version of
the OS-System

OperatingSystem os = Environment.OSVersion;
this.m_strServicePack = os.CSD;

now i miss this property . is there an other way to get the service pack
version?
But no dll call pls.

thx for your help

Code with DLL
http://www.developerfusion.com/show/1643/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top