Thanks for the help! I assumed that if I create a resource in the Visual Studio IDE, it will add it to my project. I was a fool!
I needed to go to the “Project” tab to add the Window.Cur file using “Add Resource” (thanks nobugz!), And then use the code that he mentioned:
Dim ms As New System.IO.MemoryStream(My.Resources.Window) Button.Cursor = New Cursor(ms)
I would vote for the answer if I could, but I can’t, because currently I have only 13.
KerryF
source share