Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hallo zusammen,
würde gerne durch einen button den text eines labels ändern. beim c++ builder musste man in das on click event und dort z.B. label1->text="50";
wie funktioniert dies im Visual Studio?
danke
label1->text="50";
Auch so...