SBendBuckeye
Programmer
It returns c:\Tempor~1\, etc. Thanks in advance!
Have a great day!
j2consulting@yahoo.com
Have a great day!
j2consulting@yahoo.com
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim rk As Microsoft.Win32.RegistryKey = Microsoft.Win32.Registry.CurrentUser
Dim tmp As String = rk.OpenSubKey("Environment").GetValue("Temp").ToString
rk.Close()
MessageBox.Show(tmp)