Code:Dim deskt as String = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory)
How would I get someone's desktop location into a textbox automatically, so they wont have to type it in manually?
Like this:
C:\Users\******\Desktop
But where the stars are (The name of their cpu account), is what I'm wanting my program to get automatically
Code:Dim deskt as String = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory)
Last edited by Lolland; 06-23-2010 at 12:53 PM.
Last edited by Lolland; 06-23-2010 at 12:54 PM.
Yeah. Exactly.
Edit: Marked solved, you told me so on MSN.
Don't bump for >7 days yatta yatta yatta.
Last edited by Lolland; 06-23-2010 at 01:00 PM.
NextGen1 (06-23-2010)