GetFileSaveName ( title, pathname, rfilename {, extension {, filter } } )Return value
Integer. Returns 1 if it succeeds, 0 if the user clicks the Cancel button or Windows cancels the display, and -1 if an error occurs. If any argument's value is NULL, GetFileSaveName returns NULL.
这个函数执行时, 没看到弹出文件保存的对话框, 单步调试时发现 该函数的返回值是0, 这是怎么回事呢? 我还没看到文件保存的对话框, 当然不可能点了里面的"取消"按钮, 应该是or Windows cancels the display ,这个情形怎么修复呢?
------解决方案--------------------
檢查下寫的有沒有問題?
------解决方案--------------------
查看下PB帮助吧,看下是不是你给的参数有问题。
------解决方案--------------------
PB打一下补丁试试.