Le 4 avr. 07 à 23:56 Soir, Theodore H. Smith a écrit:

>>> How can I allow the user to save with any file extension?
>>
>> On Windows create a File Type "All Files" (for example) and for the
>> Extensions
>> use ".*" (without the quotes). This will allow the user to specify
>> any file
>> extension or no file extension at all.
>
> That's interesting...
>
> because it doesn't work for Mac :(

I agree that it's sad.

I tried this code which seems to work:

   dim f As FolderItem
   dim s As SaveAsDialog

   s=new SaveAsDialog
   s.SuggestedFileName="Test"
   f=s.ShowModal
   if f<>nil then MsgBox f.Name
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to