Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleDisplay the value of a specific environment variable
Keywordsenvironment variable, specific environment variable
CategoriesSoftware Engineering, Windows
 
Pass the Environ function the name of the variable.
 
Private Sub cmdGetValue_Click()
    txtVariableValue.Text = Environ(txtVariableName.Text)
End Sub
 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated