Xref: utzoo comp.windows.ms.programmer:1935 comp.lang.pascal:6207 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!samsung!usc!elroy.jpl.nasa.gov!decwrl!adobe!epperson From: epperson@adobe.COM (Mark Epperson) Newsgroups: comp.windows.ms.programmer,comp.lang.pascal Subject: Re: How does one change the arrow cursor permanently? Message-ID: <14147@adobe.UUCP> Date: 18 Apr 91 01:08:59 GMT References: <1991Apr17.160822.8084@agate.berkeley.edu> Reply-To: epperson@adobe.UUCP (Mark Epperson) Followup-To: comp.windows.ms.programmer Organization: Adobe Systems Incorporated, Mountain View Lines: 12 In article <1991Apr17.160822.8084@agate.berkeley.edu> magid@sandstorm.Berkeley.EDU (Paul Magid) writes: > > I have been able to change the cursor for a split second but >then it changes back to normal. How does one make the change permanent I am >sick of the arrow cursor? > This is the correct way to do it: if (hWnd) SetClassWord(hWnd, GCW_HCURSOR, hCursor); SetCursor(hCursor);