Embed a cursor

S

Steven Edison

I have a managed C++ form app.
I'm trying to change to a custom cursor when a tool is
selected from a toolbar button. I've seen MANY references
that say to add the custom cursor in Solution
Explorer, then right-click and select properties, then
change "Build Action" to "Embedded Resource".

I existing cursors I wanted to use, so I copied them
to my project folder, within Solution Explorer I added
existing items. I now have "closehand.cur" and "openhand.cur"
in my solution under Resource Files. If I go to the properties
of these cursors I have:

-Misc
(Name) | closehand.cur
Content | False
File Type | Cursor
Full Path | (path here...)
Included In Project | True
Relative Path | .\closehand.cur

No "Build Actions".

I'm using VS2005. I'm kinda stumped what I've done
wrong. Even if I add a new cursor I have the same
properties.

Thanks,

Steven
 
S

Steven Edison

I performed this same action in a C# app, and it did have
"Build Actions". So what next for a C++ app?

Steven
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to Embed a Cursor 1
How to change cursor. 10
wpf animated cursor 0
Changing the cursor 2
Mouse cursor 6
Cursor reverting to default..... 3
Embed a Custom Cursor? 4
Inserting an image of a cursor 1

Top