Using VS2013 with VB.NET and using the FileBrowseDialog(), I can't seem to see the property to have it use either the last location selected OR be able to specify a directory to start in based on the contents of a text box.
The code works great for opening and posting the .SelectedPath
where I need it but now I want it to start in a specific location.
Tried .ROOT but that doesn't seem to allow me to specify a starting position other then an enumerated value.
Thoughts?