G
Guest
Hello,
Does VS2005 have anything buildin to retrieve the Directory path for
C:\Documents and Settings\UserName\Start Menu\Programs...
Like an application has Application.StartupPath
Or do I have to hardcode:
Dim strUserID As String = System.Environment.UserName
Dim path As String = "C:\Documents and Settings\strUserID\Start Menu...
Does VS2005 have anything buildin to retrieve the Directory path for
C:\Documents and Settings\UserName\Start Menu\Programs...
Like an application has Application.StartupPath
Or do I have to hardcode:
Dim strUserID As String = System.Environment.UserName
Dim path As String = "C:\Documents and Settings\strUserID\Start Menu...