Android Question Label problems

Geoffroy

New Member
Hi,
I don't understand why this code doesn't work:

label1.Text="hello world"

The debugger says that my lable is not declared but he is in my layout.
Can you help me?
Thank you.
 

DonManfred

Expert
Licensed User
Longtime User
Do you have created the members from the designer to add the "DIM labelname as Label" to your activity-code?

 
Last edited:
Upvote 0
Top