if have try it witch
::SetCursor( HCURSOR )
but this doesn't work with owner drawn cursors.
Please help me... Thanks... JoeyB
HCURSOR curFinger = AfxGetApp()->LoadCursor( IDC_FINGER );
::SetCursor( curFinger );
but this does'nt work???
can anybody else help me
George Lozovoi <geo...@datagistics.com> wrote in message
news:uWL$DMV0$GA....@cppssbbsa02.microsoft.com...
> LoadCursor()
>
Set a global flag or whatever when you want to change the cursor, add a
handler to WM_SETCURSOR for the relevant window, and use SetCursor there
(based on the value of the flag, of course):
Johan Rosengren
Responsable Informatique
PACTA S.A.
JoeyB <Josef_...@sbu1.storkgroup.com> a écrit dans le message :
um0RqWV0$GA....@cppssbbsa02.microsoft.com...