回覆列表
  • 1 # nurfy31163

    VB將文字框的資料讀取和儲存到文字檔案中,實際上就是VB對txt的讀寫操作。相關程式碼如下:1、vb讀取txt檔案內容,以下程式碼實現把電腦txt中的內容讀取到程式文字框text1中。Private Sub Command1_Click() Open App.Path & "\123.txt" For Input As #1 "備註:App.Path & "\123.txt"是程式目錄下的123.txt Dim Lines As String Line Input #1, Lines "讀取文字內容 Close #1 text1.Text = LinesEnd Sub2、vb寫入txt內容,實現文字框的資料寫入到文字檔案中。Private Sub Command2_Click() Dim a As String a = text1.Text "先讀取出text1內容 Open App.Path & "\123.txt" For Output As #1 Print #1, a "把a的值寫入123.txt Close #1End Sub

  • 中秋節和大豐收的關聯?
  • 現在有哪些比較年輕的女性評書演員?