-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > Automation and VBA > Can Application.FileDialog replace a call to GetSaveFileName (Win API) > Reply To: Can Application.FileDialog replace a call to GetSaveFileName (Win API)
August 29, 2014 at 3:46 pm
#12860
Anonymous
Inactive
Hello,
I use the functions GetOpenFileName and GetSaveFileName from the Windows API, to get filename when opening files or saving files.
I need to adapt these calls of functions, to be compatible with the versions 32 bits and 64 bits of Windows and FlexPro9.
I find out how to use Application.FileDialog to replace GetOpenFileName.
But for GetSaveFileName, it seems that Application.FileDialog doesn’t provide this feature ?
Thanks in advance.