Thread
:
how do you put a caption into a label when clicked?
View Single Post
Jun 8th, 2006, 2:41 PM
#
2
Booooze
Expert Programmer
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power:
3
(
Toggle Plain Text
)
textbox1.text = label1.caption
textbox1.text = label1.caption
Put that under the command button click event. Chnage control names where nessacary.
Booooze
View Public Profile
Find More Posts by Booooze