SetCursor
-
Ich will meinen Cursor in ein Fadenkreuz verwandeln, er geht jedoch immer wieder in sein alte Form zurück. Dazu hab ich folgendes gefunden:
"If your application must set the cursor while it is in a window, make sure the class cursor for the specified window's class is set to NULL. If the class cursor is not NULL, the system restores the class cursor each time the mouse is moved." - Wie geht das, in einer normalen MDI-Anwendung den class cursor auf NULL zu setzten?
-
Hallo,
ja, in MFC ist das nicht ganz so klar, wie man vorgehen muß. Deshalb findet sich auch ein Artikel in der KB dazu, siehe
http://support.microsoft.com/default.aspx?scid=kb;en-us;131991
MfG