VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easy way to browse your computer informations (computer name & system folder...)

by M Jamous (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 20th January 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easy way to browse your computer informations (computer name & system folder...)

Rate Easy way to browse your computer informations (computer name & system folder...)





Private Sub Command1_Click()
Dim EnvString, Indx
Indx = 1   ' Initialize index to 1.
Do
   EnvString = Environ(Indx)   ' Get environment
MsgBox Indx & ": " & EnvString
Indx = Indx + 1
Loop Until Indx = 30

End Sub


Download this snippet    Add to My Saved Code

Easy way to browse your computer informations (computer name & system folder...) Comments

No comments have been posted about Easy way to browse your computer informations (computer name & system folder...). Why not be the first to post a comment about Easy way to browse your computer informations (computer name & system folder...).

Post your comment

Subject:
Message:
0/1000 characters