Hello,
I've tried to find something on this in the newsgroups but came up with
nada:
I'm trying to create a custom cursor in VS2005. I have a .cur file
that I have put in my "Resources" folder. The resource manager does
not recognize the .cur extension and puts it under the generic "Files"
category (vs. "Images", "Icons", "Strings", etc.)
When I try to refer to the cursor, like:
Properties.Resources.arrowTrans, apparently it comes out to a byte[].
How can I convert this into a Cursor object?
I used to have code in 2003 that used the GetManifestResourceStream
method, but that doesn't work. And how does the
"BaseApplicationManifest" option work in the "Build Action" item (vs.
"None", "Embedded Resource", "Compile", and "Content") in the file
Properties window?
Thanks,
Jon