Yes, I am. The full command line I&#39;m using is:<br><b><span style="font-family: verdana,sans-serif;">&quot;C:\Program Files\IronPython 2.0.2\ipy.exe&quot; pyc.py /out:FolderBrowserDialogTest /main:FolderBrowserDialogTest.py /target:winexe FolderBrowserDialogTest.py</span></b>.<br>
<br>The dialog window does come up with every control except the tree view of folders.<br><br><br><div class="gmail_quote">On Wed, Aug 19, 2009 at 11:27 AM, Dino Viehland <span dir="ltr">&lt;<a href="mailto:dinov@microsoft.com">dinov@microsoft.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">








<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Are you compiling w/ the “/target:winexe” option?  You’ll need
to provide that for doing WinForms development.</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> <a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>
[mailto:<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>] <b>On Behalf Of </b>David Escobar<br>
<b>Sent:</b> Wednesday, August 19, 2009 11:03 AM<br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> [IronPython] FolderBrowserDialog does not show folders</span></p>

</div><div><div></div><div class="h5">

<p> </p>

<p style="margin-bottom: 12pt;">I&#39;ve noticed an issue with the
FolderBrowserDialog window from IronPython. When I display it with the
ShowDialog method in a compiled script (through pyc.py), it does not show the
TreeView of folders. It will display the Description title and the buttons,
however. If I run the script straight through the interpreter, it will display the
folders just fine. For reference, I also tried the OpenFileDialog and
SaveFileDialog, and those show up correctly in both methods. Is this a bug, or
am I doing something wrong?<br>
<br>
Sample code below:<br>
<br>
<b><span>import clr<br>
clr.AddReference(&quot;System.Windows.Forms&quot;)<br>
from System import *<br>
from System.Windows.Forms import *<br>
<br>
dlg = FolderBrowserDialog( )<br>
dlg.Description = &quot;Testing...&quot;<br>
dlg.ShowDialog( )</span></b></p>

</div></div></div>

</div>


</blockquote></div><br>