VS.Net embedding cursors
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I've got a Windows Forms application (C#) and I have several cursors that I've drawn which I want to be able to embed in the application. I am able to load the cursors from a file, but not as an embedded resource. Can anyone give me some pointers about how this is accomplished? I am using VisualStudio.Net. Thanks.