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!
@CSharpCodeAcademy2 жыл бұрын
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.
@kevinrtres2 жыл бұрын
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?
@CSharpCodeAcademy2 жыл бұрын
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,
@kevinrtres2 жыл бұрын
@@CSharpCodeAcademy Thanks but does it work for colour images as well?
@ruqaiyakalyanwala57062 жыл бұрын
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?