在 Visual Basic 6.0 中不使用“保存”对话框保存文件
我想保存文件而不显示保存对话框,因为文件始终是相同的。我怎样才能做到呢? 谢谢。
I want to save a file without showing the save dialog because the file is always the same. How can I make it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
保存对话框不保存文件,它只是向用户提供一种选择文件名和要创建的文件的位置的方法。
如果您想保存文件而不显示保存对话框,则不要显示保存对话框。
The save dialog doesn't save a file, it simply presents the user with a method of selecting the file name and location for the file to be created.
If you want to save the file without displaying the save dialog, then don't display the save dialog.