G Geoffroy New Member Jan 19, 2014 #1 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.
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 Jan 19, 2014 #2 Do you have created the members from the designer to add the "DIM labelname as Label" to your activity-code? Last edited: Jan 19, 2014 Upvote 0
Do you have created the members from the designer to add the "DIM labelname as Label" to your activity-code?