i want to make it where in my coding i can change the caption of label2 how would i go about doin this thanks??
Printable View
i want to make it where in my coding i can change the caption of label2 how would i go about doin this thanks??
Try:
label2.caption = "Whatever"
or if you are letting the user input it from a text box put