assume that i had 2 textbox textbox1 and textbox2.
and i had 3 buttons. button1,button2,button3.
i want selected textbox to get text from the buttons when use click on selected textbox.
i know it is something like mouse down or mouse leave event. but i donno how to do it.
anyone can give hints?
Private Sub Button10_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button10.Click
TextBox2.SelectedText = 8
End Sub
this will only let me fillup 1 textbox. i cant fill up textbox1 if i wwant to.
how do i make it fill up textbox1 when user click on it?

New Topic/Question
Reply



MultiQuote





|