如何在 VB 中将文本字段内容保存到文件
我想知道如何使用通用对话框将文本字段的内容保存到文件中,例如.txt,仅中的命令对话框Visual Basic 6,我只需要使用一个通用对话框,因为我试图在 eVB 中执行相同的应用程序,而 eVB 不支持此方法:
Dim objFSO As New Scripting.FileSystemObject
Dim objStream As Scripting.TextStream
请帮助我,我非常需要这个! 谢谢。
I'm trying to know how to save a content of a TextField to a File, like a .txt, using a Common Dialog, only a command dialog in Visual Basic 6, i need this using a only a common dialog, because i'm trying to do the same aplication in eVB, and eVB does not support this methods:
Dim objFSO As New Scripting.FileSystemObject
Dim objStream As Scripting.TextStream
Please help me, i'm needing this so much! Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不熟悉 eVB,但它是否支持像这样的遗留样式文件操作:
I am not familiar with eVB, but does it support legacy style file operations like this: