Hi All,
          I am new to this mono environment. If this is the basic question, My 
apologies in advance. I want to use the FileChooserDialog in my application and 
I want to use FileChooserAction.Save mode chooser only. In that one , I want to 
apply filter to show only folders. Any body can throw some light on how to do 
this.

I can not use FileChooserAction.SelectFolder mode chooser for this as I want to 
use Save functionalities also. It will be very helpful for me, if I get any way 
of help. Thanks.

My code
FileChooserDialog filew = new FileChooserDialog(Catalog.GetString("Browse for 
File"),
wnd,FileChooserAction.Save,Stock.Cancel,ResponseType.Cancel,Stock.Open,ResponseType.Ok,null);

filew.CurrentName=SelectedFile;
filew.DoOverwriteConfirmation=true;


Regards
K.Murugan


_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to