How To Code A StopWatch In C# | Programming Tutorials For Beginners

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 5

  • @somethicktree6828
    @somethicktree6828 Год назад +2

    Not to sure at first glance how to keep the current time going but what came to mind is make an if statement in the start function. If stop button is enabled then continue on with current time or something like that. Or you could use a some type of loop like, while stop is enabled keep timer at current time but for these two options i would maybe have to use a bool?. I feel like theres a thousand ways to go about this but could I ask or some guidance so I can figure this by moi self

  • @alisinaebrahimi-x2f
    @alisinaebrahimi-x2f 8 месяцев назад

    tankue you have a good video for learner

  • @Abdulla_tech
    @Abdulla_tech Год назад

    Severity Code Description Project File Line Suppression State
    Error CS1061 'object' does not contain a definition for 'Text' and no accessible extension method 'Text' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)

  • @terrencedunn1110
    @terrencedunn1110 Год назад

    i have no clue how to save the current time in a variable or something to be continued from. please help or point me in the right direction. i feel as if i am missing a crucial part of it.