รับค่า จาก MyLv เพื่อนำค่าไปใช้งาน
TextBox.text = MyLV.FocusedItem.Text 'เอา คอลัมน์ที่ 1
TextBox_Name.Text = MyLV.FocusedItem.SubItems(1).Text เอา คอลัมน์ที่ 2
(ชื่อ text หรือตัวแปรมารับค่า) = MyLV.FocusedItem.SubItems(1).Text
หรือ
Textbox1.text = MyLV.FocusedItem.SubItems(2).Text ' อันนี้จะเอาข้อมูลคอลัมน์ที่ 3 จากรายการที่เลือกครับ
(ชื่อ text หรือตัวแปรมารับค่า) = MyLV.FocusedItem.SubItems(2).Text
No comments:
Post a Comment