When I made a magnifying glass cursor, I had to make my own. I called it
IDC_MAGNIFY_CURSOR.
You have to make it with a transparent background.  Then make a handler
for ON_WM_SETCURSOR (I did in in my Cview class), and in OnSetCursor
call ::SetCursor(AfxGetApp()->LoadCursor(IDC_MAGNIFY_CURSOR)); 

>-----Original Message-----
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Phil Daley
>Sent: Friday, October 21, 2005 1:37 PM
>To: msvc@beginthread.com
>Subject: Re: [msvc] Cursor Icon
>
>At 10/21/2005 01:16 PM, Neil wrote:
>
> >  I am writing an MFC application where I want to  change 
>the cursor icon. I  >know how to get the hand cursor (the ID 
>number), but where do I get  >information on other icons? I am 
>looking for a magnify glass.
>
>Control Panel->Mouse
>
>Pointers
>
>I am not seeing a "magnify glass" pointer.
>
>Is this some kind of special program created pointer?
>
>Phil Daley          < AutoDesk >
>http://www.conknet.com/~p_daley
>
>
>
>
>_______________________________________________
>msvc mailing list
>msvc@beginthread.com
>See 
>http://beginthread.com/mailman/listinfo/msvc_beginthread.com 
>for subscription changes, and list archive.
>
>

_______________________________________________
msvc mailing list
msvc@beginthread.com
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for 
subscription changes, and list archive.

Reply via email to