<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Can I Show Users a Dialog Box for Selecting Files?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/28/how-can-i-show-users-a-dialog-box-for-selecting-files.aspx</link><description>Hey, Scripting Guy! Is there any way I can use a script to present a user with a dialog box and let him or her select a file? -- BF 
 Hey, BF. If you’re using Windows 2000, we don’t know of a way to do this, at least not a way that’s built into the operating</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Can I Show Users a Dialog Box for Selecting Files?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/28/how-can-i-show-users-a-dialog-box-for-selecting-files.aspx#3381105</link><pubDate>Wed, 19 Jan 2011 02:06:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3381105</guid><dc:creator>Rich Carlson</dc:creator><description>&lt;p&gt;Does not work outside of XP - apparently it was removed &amp;quot;for security reasons&amp;quot;. &lt;/p&gt;
&lt;p&gt;Try &lt;/p&gt;
&lt;p&gt;Const BIF_browseincludefiles = &amp;amp;H4000&lt;/p&gt;
&lt;p&gt;Set ShellApp = CreateObject(&amp;quot;Shell.Application&amp;quot;)&lt;/p&gt;
&lt;p&gt;Set Ret = ShellApp.BrowseForFolder(0, &amp;quot;Choose file.&amp;quot;,BIF_browseincludefiles) &lt;/p&gt;
&lt;p&gt;although I&amp;#39;ve never gotten this to work successfully either (it generates a &amp;quot;file not found&amp;quot; error, even though the file is clearly visible in the dialog).&lt;/p&gt;
&lt;p&gt;Sigh.. how in the world could there not be a simple file dialog for VBS?&lt;/p&gt;
&lt;p&gt;Only in Redmond&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3381105" width="1" height="1"&gt;</description></item><item><title>re: How Can I Show Users a Dialog Box for Selecting Files?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/28/how-can-i-show-users-a-dialog-box-for-selecting-files.aspx#3373443</link><pubDate>Tue, 07 Dec 2010 01:40:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3373443</guid><dc:creator>nanosquirt</dc:creator><description>&lt;p&gt;you mentioned that you might address the issue of selecting multiple files in a future column -- might such a column exist?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3373443" width="1" height="1"&gt;</description></item><item><title>re: How Can I Show Users a Dialog Box for Selecting Files?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/01/28/how-can-i-show-users-a-dialog-box-for-selecting-files.aspx#3335538</link><pubDate>Thu, 03 Jun 2010 13:39:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3335538</guid><dc:creator>1234</dc:creator><description>&lt;p&gt;How to replace this code (Set objDialog = CreateObject(&amp;quot;UserAccounts.CommonDialog&amp;quot;)&lt;/p&gt;
&lt;p&gt;) for use in windows 7 ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3335538" width="1" height="1"&gt;</description></item></channel></rss>