您现在的位置: 爱51代码网 >> 范文 >> 文章正文
VB 菜单文件新建TXT文件代码

我想输文件名之后点确定,就创建一个相应文件名的TXT文件。

我的代码如下:
Private Sub 新建m_Click()
   CommonDialog4.Filter = "txt files(*.txt)"
   FileName = GetFileName("输入文件名!")
                                                      'FileNum = FileOpener(FileName, conRandomFile (As Integer, Len(Employee), Confirm)
                                                      ' FileIOFrame.Enabled = True
   CreateAfile                                                 'CommonDialog4.ShowNew
End Sub
Sub CreateAfile()                                     '创建一个文件
    Set fs = CreateObject("Scripting.FileSystemObject")
     Path = "f:\1\ " & FileName & ".txt"
    Set C = fs.CreateTextFile(Path, True)
    C.WriteLine ("This is a test.")
    C.Close
End Sub
Function GetFileName(Prompt As String) As String
    GetFileName = LTrim(RTrim(UCase(InputBox(Prompt, "Enter File Name"))))
End Function

  • 上一篇文章:

  • 下一篇文章: 没有了
  • 最新文章 热点文章 相关文章
    SharePoint 2013 Search REST AP
    SharePoint如何搜索指定的爬网内
    weblogic Servlet: "action" fai
    webdav 与exchange通信失败未找到
    SharePoint2013文档库可以直接存
    Unable to write data to the tr
    asp.net中listbox的items.count属
    C#不是每次查询数据是不是被缓存
    ASP.NET发布后能加载引用的js文件
    Hadoop2.2.0在eclipse控制台没有
    SharePoint 2013 Search REST AP
    SharePoint如何搜索指定的爬网内
    weblogic Servlet: "action" fai
    webdav 与exchange通信失败未找到
    SharePoint2013文档库可以直接存
    Unable to write data to the tr
    asp.net中listbox的items.count属
    C#不是每次查询数据是不是被缓存
    ASP.NET发布后能加载引用的js文件
    Hadoop2.2.0在eclipse控制台没有
    如何用vba将word文档中的内容
    VB 读取SQL中两张表,将对比
    vb如何限制excel中文本框输入
    vb用ado远程连接网络上的SQL
    vb如何通过句柄获取外部程序
    Winsock控件收发二进制字节三
    filelistbox如何按文件名(数
    VB引用部件mscomctl.ocx时提
    VB如何设置IE代理IP并且马上
    vb程序在别的电脑上无法运行
     



    设为首页 | 加入收藏 | 网站地图 | 友情链接 |