well how can i change the caption of a form or a lable so that the last caption is still there until i want it .
Printable View
well how can i change the caption of a form or a lable so that the last caption is still there until i want it .
What? :confused:
Well kind of like appending the caption ..
your post is confusing but i think i understand
you want to save a controls current caption so you change it to something else and then retrieve the original caption later on?
try putting the caption in a variable, or store it in the controls .tag property until you need it again
you replied before i could reply
Label1.Caption = Label1.Caption & StringyThingText
well this is not really what I want .. I will give you people an example ...
suppose the caption on a lable is "hello world" i wnat to be able to change it so that i add something to the end of the caption ..
DNA ...
This is what i was looking for ... ...
Well couldnt really think about using concatination ...
Thanx