VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get your windows directory using GetWindowsDirectory API

by Karthikeyan (187 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 15th December 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Get your windows directory using GetWindowsDirectory API

Rate Get your windows directory using GetWindowsDirectory API



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

Download this snippet    Add to My Saved Code

Get your windows directory using GetWindowsDirectory API Comments

No comments have been posted about Get your windows directory using GetWindowsDirectory API. Why not be the first to post a comment about Get your windows directory using GetWindowsDirectory API.

Post your comment

Subject:
Message:
0/1000 characters