Can labels be read only in visual basic 2010?If so, how could I do that?
Printable View
Can labels be read only in visual basic 2010?If so, how could I do that?
Labels are read-only already. The user can not change the value of a label you can only change its value through code.