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

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

.net - Self Tracking Entities (STE)'s and partial updates with EF4 and mVC2 -