Visual Studio | Analog Clock in C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

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

  • @MuhammadTahir-uq8iy
    @MuhammadTahir-uq8iy 4 ปีที่แล้ว +2

    Nice Project Dear, really appreciable

  • @kb9agt
    @kb9agt 8 ปีที่แล้ว +3

    I followed it along pretty well until I got excited to get going so I just copied your code into my project. But when I debugged it the hands started to migrate up and out of view. Hugh? Then I got to looking and missed the minus sign for else
    {
    coord[0] = cx - (int)(hlen * -Math.Sin(Math.PI * val / 180));
    coord[1] = cy - (int)(hlen * Math.Cos(Math.PI * val / 180));
    }
    Time for a nap now and I can see the time better from bed. :-)

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

    Mashaallah dear..

  • @ChupoCro
    @ChupoCro 2 ปีที่แล้ว +1

    No need for if - else expressions, the first two expressions for coord[0] and coord[1] cover the whole 360 degrees.

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

    Pretty cool stuff. Thanks. I will use it for a homework I'm doing.

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

      Kamizushi Akinari thanks for watching :-)

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

    Hello Yusuf, I have a question, how can you save the projects so you can send them to friends/create a downloadable link?

  • @putin-hater
    @putin-hater 9 ปีที่แล้ว

    Thanks
    I add implementation of MVP passive view
    Work fine

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

      Игорь Чернов thanks for watching :-)

  • @сергейпетров-ж5ф6с
    @сергейпетров-ж5ф6с 4 ปีที่แล้ว

    от души братуха

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

    Good stuff thanks :)

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

    After completing project
    can we set as home screen this watch
    If not
    Why not

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

    Отличный урок

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

    g.clear()
    I used this in my simple other project to refresh the panel with new properties but that leads to hard repaint, I mean that the renewing color would be noted, do you have any suggestions??

  • @stevefrt9495
    @stevefrt9495 6 ปีที่แล้ว

    Thanks you so much

  • @mohamedhoussamel-hadaoui3243
    @mohamedhoussamel-hadaoui3243 9 ปีที่แล้ว +2

    thanks :)

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

    Thanks MR Yousuf I am Safi From Afghanistan I Need Your Videos and Work Files

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

    thank you ^^

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

    I would like to create a project on ecg line with C # with animation

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

    is there any analog clock tutorial in c# wpf ? thnx in advance

  • @taharajput9069
    @taharajput9069 6 ปีที่แล้ว

    sir plz give me answer what is msCoored plz

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

    hey, thansks video,, can i help me?? Play user control arm clock and code!1

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

    taaaaaaaaaaaaanks

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

      Hossen tanha thanks for watching :-)

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

    nothing shows up for me in C# visual studios 2017 form app

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

      pictureBox1.Image = *your bitmap name*

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

    Great tutorial, too bad you didn't talk ;)

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

      Multilogic thanks for watching my video and appreciating my work.
      sorry i didn't talked but i will definitely add my voice in my future videos.
      once again thanks for watching :-)

  • @arunsekar7844
    @arunsekar7844 7 ปีที่แล้ว +1

    is this applicable for visual studio 2008?????????????

    • @shaikashra8443
      @shaikashra8443 7 ปีที่แล้ว +1

      Arun Sekar works in all versions of visual studio

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

    It gives me some errors