
06-12-2004, 01:13 PM
|
 |
Banned
|
|
Join Date: Mar 2004
Location: United Kingdom, LONDON
Posts: 288
|
|
Copying Values of Textbox & Label.
|
I know how to copy the text in text1 but how do i copy the Text in Text1 AND the caption of Label1?
For example:
Code:
Text1.text = "This is the text in Text.1"
Label1.Caption = "Label"
I can copy the text in text1 and the caption of Label1 induvidually... but thats not what i want.. i want to do it together..Wht do i put in the click event of a command button to copy First the Label caption THEN the text in text1? I have been trying to do it.. but it just dont work.. how do i sort this out?
|
|