明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1795|回复: 2

请教!如何导出VB中Text文本框的东东?

[复制链接]
发表于 2005-5-22 18:15:00 | 显示全部楼层 |阅读模式
请问一下,我想把文本框中的内容导出,以文本格式保存在我的电脑中? 我添加了一个Commondialog,以下是Commdialog的代码 Dim imfName As String

Form1.CommonDialog1.CancelError = False
Form1.CommonDialog1.Filter = "Text File (*.txt)|*.txt|All Files (*.*)|*.*"
Form1.CommonDialog1.FilterIndex = 1
Form1.CommonDialog1.FileName = "D:\*.txt"
Form1.CommonDialog1.Flags = cdlOFNHideReadOnly + cdlOFNFileMustExist
Form1.CommonDialog1.ShowSave

imfName = Form1.CommonDialog1.FileName
发表于 2005-5-22 19:54:00 | 显示全部楼层

回复

就是写文本文件啊.

Open pathname For mode [Access access] [lock] As [#]filenumber [Len=reclength]

 楼主| 发表于 2005-5-22 19:59:00 | 显示全部楼层
已经能导出文本了,还是谢谢王咣生,嘿嘿
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-27 14:45 , Processed in 0.513473 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表