May 7, 2003 #1 H hog Senior Contributor Joined Mar 17, 2003 Messages 984 Location UK Is there a way to have the openfile dialog box open in the logged on users My Documents folder. I presume this would require knowing the user logon, to be got with the API WNetGetUser perhaps.
Is there a way to have the openfile dialog box open in the logged on users My Documents folder. I presume this would require knowing the user logon, to be got with the API WNetGetUser perhaps.
May 7, 2003 #2 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England Visual Basic: od.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.Personal)
May 7, 2003 #3 H hog Senior Contributor Joined Mar 17, 2003 Messages 984 Location UK Result, thnx Divil