|
-
Apr 22nd, 2001, 06:51 PM
#1
Thread Starter
Member
i want to make it where in my coding i can change the caption of label2 how would i go about doin this thanks??
-
Apr 22nd, 2001, 06:53 PM
#2
Frenzied Member
Try:
label2.caption = "Whatever"
-
Apr 22nd, 2001, 06:56 PM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|