01-13-2009 03:37 AM
I am trying to use the function of GetSaveFileNameA in comdlg32.dll to open a file browser.
But I do not know how to handle the parameters as http://allapi.mentalis.org/apilist/GetOpenFileName.shtml
May you give any suggestion? Thanks.
01-13-2009 03:41 AM
01-13-2009 04:03 AM
01-13-2009 04:09 AM
Hi turbot,
you can create a cluster with the described data types, set it and connect it to the dll call.
Mike
01-13-2009 08:05 AM
How to connect the cluster to the dll. There are only a few choice for the type of the dll parameter.
Thanks.
01-13-2009 09:05 AM
Why can't you use the built-in File Dialog function?
This has been asked numerous times before have you tried a search?
01-13-2009 09:10 AM
01-13-2009 08:37 PM