试试<br>SetSystemCursor(CopyCursor(LoadCursor(0,CursorID)),CursorID);<br><br>MSDN中说:<br>Therefore, hcur cannot be a cursor loaded using the LoadCursor<br>function. To specify a cursor loaded from a resource, copy the<br>cursor using the CopyCursor function, then pass the copy to SetSystemCursor. <br><br>