What's the ID of the cursor with an arrow and a plus sign?
Hi All,
Does anyone know the ID of the cursor that's an arrow with a plus sign? I imagine it's a standard windows cursor but I haven't been able to find the ID anywhere . I checked in winuser.h but it's not listed. I could make my own but I rather use the Windows one if it exists. Any ideas?
Re: What's the ID of the cursor with an arrow and a plus sign?
This cursor does not belong to Windows predefined cursors.
Go to resource view tab right click on any resource choose Insert…
After Insert dialog is up expand Cursor node. You will see three ready to use cursors; one of them has IDC_POINTER_COPY id Choose it and you are set.
There are only 10 types of people in the world: Those who understand binary and those who do not.
Re: What's the ID of the cursor with an arrow and a plus sign?
If this is not a standard one, a solution is to create it yourself in the resources or export from other module (example: shel32.dll) and import in your project.
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.