
please wait
error C2227: left of '->textBox1' must point to class/struct/union/generic type is 'const char [7]'
error C2228: left of '.Text' must have class/struct/union
|
|
label2 -> Text = "Hello "-> textBox1.Text; |
label2 -> Text = "Hello " + textBox1.Text; |