Cursorform ändern
-
Ich will in einer MDI-Anwendung in einem Fenster die Form des Cursors ändern.
Damit diese nicht bei jeder Mouse-Bewegung in die alte Form springt, soll ich nach Hilfe folgendes tun:
"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." Wer kann mir sagen, wie ich das anstelle?