Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
How can you get information about the client? Is there an class present in the framework? I have to check it with a windows application! I have to know what version of .NET is present and whether IExplorer is present or not...
  • *Experts*
Posted

This will return the .NET version for you:

System.Environment.Version

You can get the version in pieces like major, minor, build or the whole version. To use it as a string you would simply use the TOString method.

IE 5.1 (I think thats the one) is required for framework and every Windows ships with IE so you shouldn't have problems there.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...