Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I want to get Current System Info where app runs such as Computer Name, Network ID, etc..

How to get those?

Thanks..:)

Sun Certified Web component Developer,

Microsoft Certified Solution Developer .NET,

Software Engineer

Posted
yeah, trees, sunshine, sea

 

Well, it could do, although I don't know which part of the system this references!! :D

:) Mike :)

 

He who has a secret, must keep it secret he has a secret to keep......

Posted
Is it possible to pull the .NET version and subcomponent version numbers (such as ODBC) from the Environment variable or something like it ?

 

lblVersion.Text = ".NET Framework Version " & Environment.Version.Major _
     & "." & Environment.Version.Minor _
     & "." & Environment.Version.Build

rustyd

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...