dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #7198] FileDialog property ignored


From: anonymous
Subject: [Pnet-developers] [bugs #7198] FileDialog property ignored
Date: Mon, 12 Jan 2004 03:14:51 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030915 Galeon/1.3.11a

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #7198] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7198>
Project: DotGNU Portable.NET
Submitted by: 0
On: Mon 01/12/04 at 03:14

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  FileDialog property ignored

Original Submission:  In class OpenFileDialog, the property (inherited from the 
parent class FileDialog) AddExtension is ignored.

OpenFileDialog ofd = new OpenFileDialog();
string filter = "C# Files|*.cs|All files|*";
ofd.AddExtension = true;
ofd.Filter = filter;
ofd.ShowDialog();
System.Console.WriteLine("filename=" + ofd.FileName);












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7198>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]