Results 1 to 8 of 8

Thread: Caption

  1. #1

    Thread Starter
    Hyperactive Member fasi's Avatar
    Join Date
    Nov 2000
    Posts
    474

    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 .

  2. #2

  3. #3

    Thread Starter
    Hyperactive Member fasi's Avatar
    Join Date
    Nov 2000
    Posts
    474
    Well kind of like appending the caption ..

  4. #4
    Fanatic Member
    Join Date
    May 2001
    Posts
    837

    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

  5. #5
    Fanatic Member
    Join Date
    May 2001
    Posts
    837
    you replied before i could reply

  6. #6
    Fanatic Member
    Join Date
    May 2001
    Posts
    837

    I see now

    Label1.Caption = Label1.Caption & StringyThingText

  7. #7

    Thread Starter
    Hyperactive Member fasi's Avatar
    Join Date
    Nov 2000
    Posts
    474
    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 ..

  8. #8

    Thread Starter
    Hyperactive Member fasi's Avatar
    Join Date
    Nov 2000
    Posts
    474
    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
  •  



Click Here to Expand Forum to Full Width