Originally posted by Mr.Chrome
Can some please tell me or give me the code to make certain text appear in a text box when a certain button is clicked please?
for visual basic
+rep
In the button click event put
Originally posted by another user
textbox1.text = "YOUR TEXT"