Getting the OS version`

  • Thread starter Thread starter Jack Russell
  • Start date Start date
J

Jack Russell

Is there any easy way of getting the os version in vb.net. I used to use
an api call in vb6 but thought that there might be an easier way.

Thanks
 
Jack said:
Is there any easy way of getting the os version in vb.net. I used to use
an api call in vb6 but thought that there might be an easier way.

Thanks
Talking to myself, I found it environment.operatingsystem, and it is as
bad as the API call!
 
Jack Russell said:
Talking to myself, I found it environment.operatingsystem, and it is as
bad as the API call!

I assume you are referring to 'Environment.OSVersion'. Why do you think
that it is as bad as the API call?
 

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