How to use awesome mouse cursors in WPF | C#

Поділитися
Вставка

КОМЕНТАРІ • 9

  • @htmlcss100
    @htmlcss100 4 місяці тому

    شكرا شكرا شكرا

  • @kevinrtres
    @kevinrtres 2 роки тому

    Thanks for the video. Question - does this work for deployed applications? Won't you need to install those cursor files manually for each deployed app?
    How about embedding the cursors as resources?

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  2 роки тому

      you can embed cursors in resource file,
      it'll works if you deploy the app and you don't need to install manually as long as the files are there,

    • @kevinrtres
      @kevinrtres 2 роки тому

      @@CSharpCodeAcademy Thanks but does it work for colour images as well?

  • @taduyao1611
    @taduyao1611 3 роки тому

    Good

  • @tomerkeinan1592
    @tomerkeinan1592 2 роки тому

    Hi dude! Great video, thank you so much! I just have one problem, my cursors is paint only in black, no colors. What did you do in the video that make your button stay colorful? Thanks!

    • @CSharpCodeAcademy
      @CSharpCodeAcademy  2 роки тому

      didn't do anything special or behind the scene, everything is there in the video.
      open your cursor file in visual studio, the colors will be exposed there.

  • @ThaoMeoTV
    @ThaoMeoTV 3 роки тому

    Awesome

  • @ruqaiyakalyanwala5706
    @ruqaiyakalyanwala5706 Рік тому

    Heyy
    I am actually making a web app in c# and i am deploying a machine learning model using python in that web app but i am not able to do it so far,
    Can you please help me if you know how to do it?