FileOpen
Forums
HI, All,
Is there a way to set the default file browsing location for the FileOpen common dialog?
It seems to remember where it last pointed, but where is that pointer stored?
Rob
Thanks, Brian.
Thanks, Brian.
I superficially searched the registry, didn't see it there, but I'm sure you're right. I believe if we knew the key, there are vb ways to query/write to the registry. I'm in an idea class (Houston) as I type; I'll try more tonight back at the hotel...
Ok, I just did some googling
Ok, I just did some googling (if that is a word and found these that might help out)
http://www.howtogeek.com/97824/how-to-customize-the-file-opensave-dialog-box-in-windows/
and another more techinical reference. As I don't have IDEA on this machine right now I will have to look at it tonight. http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog(v=vs.110).aspx
Off hand I don't think you
Off hand I don't think you can through the coding, it is probably stored in the registry.