Results 1 to 3 of 3

Thread: updating/changing label caption

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2001
    Posts
    41
    i want to make it where in my coding i can change the caption of label2 how would i go about doin this thanks??

  2. #2
    Frenzied Member
    Join Date
    Mar 2001
    Location
    You are HERE •™
    Posts
    1,300
    Try:

    label2.caption = "Whatever"

  3. #3
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335
    or if you are letting the user input it from a text box put

    Code:
    Label1.Caption = Text1.Text
    
    'Code improved by vBulletin Tool (Save as...)
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

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