请教!如何导出VB中Text文本框的东东?
请问一下,我想把文本框中的内容导出,以文本格式保存在我的电脑中?我添加了一个Commondialog,以下是Commdialog的代码
Dim imfName As String<BR> <BR> Form1.CommonDialog1.CancelError = False<BR> Form1.CommonDialog1.Filter = "Text File (*.txt)|*.txt|All Files (*.*)|*.*"<BR> Form1.CommonDialog1.FilterIndex = 1<BR> Form1.CommonDialog1.FileName = "D:\*.txt"<BR> Form1.CommonDialog1.Flags = cdlOFNHideReadOnly + cdlOFNFileMustExist<BR> Form1.CommonDialog1.ShowSave<BR> <BR> imfName = Form1.CommonDialog1.FileName
回复
就是写文本文件啊.<P class=SYN><B>Open</B> pathname <B>For</B> mode [<B>Access </B>access] <B>As</B> [<B>#</B>]filenumber [<B>Len</B>=reclength] 已经能导出文本了,还是谢谢<A name=33364><FONT color=#990000><B>王咣生</B></FONT></A>,嘿嘿
页:
[1]