Re: Files Disappear When Changing Filter in OpenFileDialog
- From: ricecake@xxxxxxxxxxxxxxxx (Marcus Kwok)
- Date: Wed, 12 Apr 2006 06:32:25 -0700
kael.cc@xxxxxxxxx wrote:
I'm also seeing this behavior just using the simple C# code:
OpenFileDialog d = new OpenFileDialog();
d.Filter="a (a*.*)|a*.*|b (b*.*)|b*.*";
d.ShowDialog();
This seems to obvious to be a bug. Could it be a system configuration
problem?
It's possible, since it happens on my computer but not my colleagues,
and by the lack of responses here, not on anyone else's (besides yours).
I thought that maybe because I have both VS .NET 2003 and VS 6.0 on my
same machine that there is some conflict, but the code is using .NET
constructs, so AFAIK the 6.0 stuff shouldn't conflict. Also, the issue
happens on another machine that only has VS .NET 2003 on it (no 6.0).
--
Marcus Kwok
.
- References:
- Re: Files Disappear When Changing Filter in OpenFileDialog
- From: Marcus Kwok
- Re: Files Disappear When Changing Filter in OpenFileDialog
- From: kael . cc
- Re: Files Disappear When Changing Filter in OpenFileDialog
- Prev by Date: Re: Need suggestion how to perform time critical operation?
- Next by Date: Re: Compiler / Framework bug?
- Previous by thread: Re: Files Disappear When Changing Filter in OpenFileDialog
- Next by thread: Re: Files Disappear When Changing Filter in OpenFileDialog
- Index(es):
Relevant Pages
|