Documents Directory Help
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
2 posts
Page 1 of 1
I'm working on a program called desktop assistant and i need a button to open the documents directory of the user but i wouldn't like the user to specify i want it to automatically like i currently have this.
Code: Select all
it opens my documents directory but i want to know how to open any users document directory. Process.Start("C:\Users\CJ\Documents")
Use this
Code: Select all
Greetz PayneStudiosProcess.Start(My.Computer.FileSystem.SpecialDirectories.MyDocuments)
2 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023