Hello guys,
I'm developping a windows application in vb.net 2003 and I'd like to get the Documents and Settings directory using the windows lib.
Something like that:
Declare Function getSysytemDirectory Lib "kernel32" Alias "getSysytemDirectoryA" (ByVal sSectionName As String, ByVal sKeyName As String, ByVal sString As String, ByVal sFileName As String) As string
Thanks in advance
I'm developping a windows application in vb.net 2003 and I'd like to get the Documents and Settings directory using the windows lib.
Something like that:
Declare Function getSysytemDirectory Lib "kernel32" Alias "getSysytemDirectoryA" (ByVal sSectionName As String, ByVal sKeyName As String, ByVal sString As String, ByVal sFileName As String) As string
Thanks in advance