c# - How to display a result in a label when I click onto a button? -
On my GUI (Graphical User Interface), I have a named button and a label.
When I enter
, I want to show in my result label how do I do it?
Text property on the label for use for windows:
private Zero btnEnter_Click (Object Sender, EventArgs e) {int themeaningoflifeuniverseandeverything = 420/10; LblResult.Text = ThemingFolinewewsWire and Everything Toasting (); }
Check exams:
Comments
Post a Comment