Feb 26, 2004 #1 DTJeff Programmer Joined Dec 9, 2003 Messages 37 Location 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 Joined Feb 4, 2004 Messages 106 Location US Try using the FolderBrowserDialog. - B Upvote 0 Downvote
Feb 26, 2004 Thread starter #3 DTJeff Programmer Joined Dec 9, 2003 Messages 37 Location GB mmmm. Thanks. I think I'm having one of those (.net?) days [purple]. Upvote 0 Downvote
Feb 26, 2004 #4 Paszt Programmer Joined Dec 31, 2002 Messages 62 Location 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 Joined Feb 4, 2004 Messages 106 Location 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