C# Tutorial - How to Display a Value from TextBox as Label Output

Sdílet
Vložit
  • čas přidán 2. 02. 2018
  • This video will demonstrate how to get value from textbox and show it as output on label

Komentáře • 11

  • @R69Games
    @R69Games Před 2 lety +2

    It was so long time that I have used that Software and Thank you I remeber again how i can use all that again :) great work

  • @PlanetLibrary
    @PlanetLibrary Před 2 lety +1

    Thank You!

  • @adility900
    @adility900 Před rokem +1

    thanks!

  • @hamzajalda5702
    @hamzajalda5702 Před 3 lety +3

    this is good
    thank you

  • @SisandaSibiya-ur1cy
    @SisandaSibiya-ur1cy Před rokem +2

    Thank you🫂

  • @brendonmakara380
    @brendonmakara380 Před 2 lety

    How do i do this in a wpf?

    • @WagerWorks
      @WagerWorks Před 2 lety +1

      Instead of using .Text on the label use .Content the rest is the same

  • @hellblazer8543
    @hellblazer8543 Před 2 lety

    hi, i know this is a late question but when i try using the string FirstTextbox = FirstTextbox.text , it says that string does not contain a definition for "Text"
    i wonder whats wrong. hope you can advice.
    thanks