DropDownList ใช้แล้วมันไม่เห็น text ของ combobox อะครับ แบบเข้าไปแล้วมันขึ้นโชว์่ว่า กรุณาเลือก บริษัท แบบนี้อะครับ
Date :
2013-02-11 14:55:04
By :
haha
No. 3
Guest
ใส่ ComboBox1_KeyPress แล้วก็พิมพ์ข้างในว่า e.Handled = True
Private Sub ComboBox1_KeyPress(sender As Object, e As KeyPressEventArgs) Handles ComboBox1.KeyPress
e.Handled = True
End Sub
แค่นี้ก็พิมพ์เข้าไปไม่ได้แล้ว