Re: OpenFileDialog and no extension
From: Bob (bob_at_bob.net)
Date: 10/15/04
- Next message: James Curran: "Re: C# is getting Edit and Continue in Visual Studio 2005"
- Previous message: Richard Blewett [DevelopMentor]: "Re: Dispose Event"
- In reply to: Polo: "OpenFileDialog and no extension"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 15 Oct 2004 21:27:23 GMT
On 14-Oct-2004, "Polo" <pb@rtech.be> wrote:
> Hi
>
> I try to set the filter of the OpenFileDialog to filter files without
> extension but without success
>
> -> dlg.Filter = "File without extension (*.)|*.";
Set it to blank. That means no filtering, which appears to
be your goal.
dlg.Filter = null or ""
- Next message: James Curran: "Re: C# is getting Edit and Continue in Visual Studio 2005"
- Previous message: Richard Blewett [DevelopMentor]: "Re: Dispose Event"
- In reply to: Polo: "OpenFileDialog and no extension"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading