C# Tutorial 16: Dynamically Display (Running) Current Date Time

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 45

  • @islamicknowledge5754
    @islamicknowledge5754 3 ปีที่แล้ว

    Excellent work sir thanks a lot

  • @Mielesplayz
    @Mielesplayz 2 ปีที่แล้ว

    lol after all those years the tutorial still works somehow

  • @UBAIDULLAH34
    @UBAIDULLAH34 10 ปีที่แล้ว +2

    one Question that if i have multiple form in my project and i want to use Dynamically Display (Running) Current Date Time on multiple form
    Is their any way that i can define it in one form and can call it on multiple form. Is it possible?

  • @sasi648
    @sasi648 11 ปีที่แล้ว

    awesome thanks.. this is what i've been looking for.. thanks again!!!

  • @himanhunanikwal
    @himanhunanikwal 5 ปีที่แล้ว

    Thanks Brother!!

  • @zarahcuerda1177
    @zarahcuerda1177 5 ปีที่แล้ว

    salamat nang madami

  • @ehabshalabi1298
    @ehabshalabi1298 11 ปีที่แล้ว

    good job ...don't stop :)

  • @wamenslot
    @wamenslot 9 ปีที่แล้ว

    Hi, sry about the late question on this video. Im using a timer that starts to count when my form is minimized, so the program itself closes after 5 minutes, like an idle state. But, when i dont minimize, i just select another window and let my main program there, not minimized, what state is that ?

  • @yassinebenslimane8742
    @yassinebenslimane8742 11 ปีที่แล้ว

    Great tutorial as always !!
    i was wondering if yu could make a vid on how to cycle through database records using next/previous buttons !!
    I would really appreciate yu doin that ^^

  • @adbyitservices6774
    @adbyitservices6774 8 ปีที่แล้ว

    Mate very good work its helped em out alot i might
    have to watch the rest of your videos

  • @michaelchyska
    @michaelchyska 9 ปีที่แล้ว

    :) I have maybe basic question = I have one application to read data connected on the button object . So if I want to read a value then I have to click. Exist some nice way in C# to call cyclic ? Like scan time every 1ms ? Thanks for answer

  • @jesselopez1797
    @jesselopez1797 7 ปีที่แล้ว

    Thank you !! this video is very useful!

  • @TheRawalsagar
    @TheRawalsagar 10 ปีที่แล้ว

    Very helpful. Thanks.

  • @chandup8749
    @chandup8749 8 ปีที่แล้ว

    thank you for posting video
    very helpful

  • @md.moniruzzamansagor5507
    @md.moniruzzamansagor5507 11 ปีที่แล้ว

    It's work.. perfect ... thanks..:)

  • @kevinkastrowiak
    @kevinkastrowiak 11 ปีที่แล้ว

    VIDEO is GREAT ! ! thank ya :)

  • @denisdeschenes3622
    @denisdeschenes3622 7 ปีที่แล้ว

    hi ... your video are very helpful ...do you have one in c sharp about arduino com serial sending and receiving data with c sharp application ????

  • @leoncapangpangan2652
    @leoncapangpangan2652 9 ปีที่แล้ว

    Tnx for this tutorial

  • @harrypatel4030
    @harrypatel4030 9 ปีที่แล้ว

    how do you do that in WPF? C#.
    I don't see Timer in there.

  • @GiancarloCarccamo
    @GiancarloCarccamo 11 ปีที่แล้ว

    thank for the video

  • @balloukinoureddine
    @balloukinoureddine 10 ปีที่แล้ว

    Thank you my friend :)

  • @mistaecho9636
    @mistaecho9636 7 ปีที่แล้ว

    Thanks A lot

  • @iownzelda
    @iownzelda 11 ปีที่แล้ว

    lol nice thanks works great!

  • @baibruce
    @baibruce 9 ปีที่แล้ว

    thank you bro!

  • @martacuz
    @martacuz 11 ปีที่แล้ว +1

    Okay i am a beginer so why dont i have a toolbox like that

  • @haaji1
    @haaji1 8 ปีที่แล้ว

    how would i show my user name to another page top of the form using c# windows application?
    for example,
    my user name : TEST
    password : TEST@123
    my problem is how can i shifted to my user name to other page like session in asp.net but this is for windows application. Plze!!

    • @C0kePlaza
      @C0kePlaza 8 ปีที่แล้ว +1

      Okay so i had a problem with this too and here is how i made it work :
      //Your form with login information
      --> Add this before the public class :
      public static string username;
      public static string pass;
      --> In your code, before it opens a new window add this
      username= textBox1.Text;
      pass= textBox2.Text;
      //In your second form do this
      label1.Text = (form1.username+ " " + form1.pass);

  • @mcaves___1441
    @mcaves___1441 8 ปีที่แล้ว

    time is shown but it doesnt match with the time of computer system and also the seconds is not increasing....how to solve plz help...

    • @pamcobos9453
      @pamcobos9453 7 ปีที่แล้ว

      don´t forget to start() the timer

  • @CopperMasud
    @CopperMasud 8 ปีที่แล้ว

    thanks

  • @shadyismad9419
    @shadyismad9419 10 ปีที่แล้ว

    how to do that it will show only the time
    with date

    • @Actors_Of_Multiverses
      @Actors_Of_Multiverses 10 ปีที่แล้ว +2

      This might be the code you are looking which shows only the time
      this.labelTime2.Text = time.TimeOfDay.ToString();

  • @JunLee000
    @JunLee000 8 ปีที่แล้ว

    How to make Display Time look bigger?

    • @niccis1982
      @niccis1982 8 ปีที่แล้ว

      change the size of your label. I think you have to change the size of your text because you cant size the label on its corners. Click on the label and change some valuables

    • @JunLee000
      @JunLee000 8 ปีที่แล้ว

      Thank you it works.

    • @niccis1982
      @niccis1982 8 ปีที่แล้ว

      Lee Jun Nice

  • @swapnilsonsurkar2136
    @swapnilsonsurkar2136 7 ปีที่แล้ว

    taking so much time

  • @shadyismad9419
    @shadyismad9419 10 ปีที่แล้ว

    without date

    • @Actors_Of_Multiverses
      @Actors_Of_Multiverses 10 ปีที่แล้ว

      this.labelTime2.Text = time.TimeOfDay.ToString();

    • @chwali18
      @chwali18 9 ปีที่แล้ว +1

      Oguz Akkas or this.lblTimeDate.Text = dataTime.Hour.ToString() + ":" + dataTime.Minute.ToString() + ":" + dataTime.Second.ToString();

    • @LifeIsGood1992
      @LifeIsGood1992 5 ปีที่แล้ว

      or substring

  • @shadyismad9419
    @shadyismad9419 10 ปีที่แล้ว

    ?

  • @oshan_malith
    @oshan_malith 3 ปีที่แล้ว

    thanks