|
-
Jul 13th, 2001, 08:21 AM
#1
Thread Starter
Hyperactive Member
Caption
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 .
-
Jul 13th, 2001, 08:22 AM
#2
-
Jul 13th, 2001, 08:23 AM
#3
Thread Starter
Hyperactive Member
Well kind of like appending the caption ..
-
Jul 13th, 2001, 08:25 AM
#4
Fanatic Member
confusing
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
-
Jul 13th, 2001, 08:26 AM
#5
Fanatic Member
you replied before i could reply
-
Jul 13th, 2001, 08:27 AM
#6
Fanatic Member
I see now
Label1.Caption = Label1.Caption & StringyThingText
-
Jul 13th, 2001, 08:28 AM
#7
Thread Starter
Hyperactive Member
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 ..
-
Jul 13th, 2001, 08:29 AM
#8
Thread Starter
Hyperactive Member
DNA ...
This is what i was looking for ... ...
Well couldnt really think about using concatination ...
Thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|