如何使創(chuàng)建的文件名是由textbox的text屬性決定
以下是用你的源碼做的一個(gè),。我應(yīng)該怎么改Private Sub Button1_Click(sender As Object, e As EventArgs) Handles ***.click Dim f As String Dim t Dim n n = ***.text f = "d:***.txt" t = ***.text & n If Dir(f) = "" Then Try my.***.writealltext(f, t, True) Catch ex As Exception MsgBox("創(chuàng)建文件出錯(cuò)!") End Try End If ***.show() ***.hide() End Sub
這個(gè)只要改
f = "d:est.txt"
為
f = TextBox1.Text
其中TextBox1是你TextBox構(gòu)件的名字
相關(guān)推薦
便查問答是一款實(shí)用的網(wǎng)絡(luò)熱門知識(shí)問答平臺(tái),專注于分享你不知道的知識(shí),、經(jīng)驗(yàn)及生活問題,,在這里所有人都能找到答案歡迎網(wǎng)友參與討論。