這東西找了很久,問了老朋友才發現
取得MultiLine TextBox 有換行資料 必須要用以下這一行
Me.TextBox1.Text.Replace(System.Environment.NewLine, “<br>”)

這種寫法在VS2005不能使用(VS2003未測試)
Me.TextBox1.Text.Replace(”\r\n”, ” “<br>”)
Me.TextBox1.Text.Replace(”\r”, ” “<br>”)
Me.TextBox1.Text.Replace(”\n”, ” “<br>”)

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 包爾伯 的頭像
    包爾伯

    人生過程精彩才是重點

    包爾伯 發表在 痞客邦 留言(0) 人氣()