Feb 26, 2004 #1 DTJeff Programmer Dec 9, 2003 37 GB Hi all. Does anyone know how to use the FileOpenDialog to just get a path? i.e. \\Servername\Sharename I dont want the user to select a file or anyhting, just the path. Thanks. Jeff.
Hi all. Does anyone know how to use the FileOpenDialog to just get a path? i.e. \\Servername\Sharename I dont want the user to select a file or anyhting, just the path. Thanks. Jeff.
Feb 26, 2004 #2 BrianLW Programmer Feb 4, 2004 106 US Try using the FolderBrowserDialog. - B Upvote 0 Downvote
Feb 26, 2004 Thread starter #3 DTJeff Programmer Dec 9, 2003 37 GB mmmm. Thanks. I think I'm having one of those (.net?) days [purple]. Upvote 0 Downvote
Feb 26, 2004 #4 Paszt Programmer Dec 31, 2002 62 US Is the FolderBrowserDialog part of the V1.1 framework and not V1.0? I can't seem to find it and I'm using V1.0. Is it possible to use the V1.1 framework with Visual Studio 2002? Upvote 0 Downvote
Is the FolderBrowserDialog part of the V1.1 framework and not V1.0? I can't seem to find it and I'm using V1.0. Is it possible to use the V1.1 framework with Visual Studio 2002?
Feb 26, 2004 #5 BrianLW Programmer Feb 4, 2004 106 US The FolderBrowserDialog is only available in 1.1 See: http://msdn.microsoft.com/library/d...sfolderbrowserdialogclassdescriptiontopic.asp for more information. -B Upvote 0 Downvote
The FolderBrowserDialog is only available in 1.1 See: http://msdn.microsoft.com/library/d...sfolderbrowserdialogclassdescriptiontopic.asp for more information. -B