VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



if you want to get the windows directory

by Syed Danish Afzal Rizvi (13 Submissions)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 20th August 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

if you want to get the windows directory

Rate if you want to get the windows directory



Dim a As String * 256
GetWindowsDirectory a, 256
b = Left(a, InStr(a, Chr(0)) - 1)
MsgBox b
End Sub

Download this snippet    Add to My Saved Code

if you want to get the windows directory Comments

No comments have been posted about if you want to get the windows directory. Why not be the first to post a comment about if you want to get the windows directory.

Post your comment

Subject:
Message:
0/1000 characters