Hello,

I am using an OpenFileDialog box to upload a file into my program. It
works, unless the user clicks on the My Documents folder. If you go through
the c: listing, you can access the My Documents folder. However, if you
click the button on the left side of the dialog box or try to click directly
to My Documents without going through the c:, the entire program freezes.
Any ideas what is happening?

Thanks

Re: OpenFileDialog box problem by Bernie

Bernie
Sun Nov 07 19:31:24 CST 2004

Hi Matt,

Sounds weird. Does it happen with any other subdirectory?

Bernie Yaeger

"Matt" <Matt@discussions.microsoft.com> wrote in message
news:5E76FD48-F428-4A7C-BA74-9A2E2B5791EE@microsoft.com...
> Hello,
>
> I am using an OpenFileDialog box to upload a file into my program. It
> works, unless the user clicks on the My Documents folder. If you go
> through
> the c: listing, you can access the My Documents folder. However, if you
> click the button on the left side of the dialog box or try to click
> directly
> to My Documents without going through the c:, the entire program freezes.
> Any ideas what is happening?
>
> Thanks