那未能赐教,不胜感激!用mfc作的。

解决方案 »

  1.   

    做一个空的(即全是透明色)的cursor,然后使用该cursor
      

  2.   

    SetCursor(NULL) is error ,if you use that function you're cursor is the default cursor .
    how can you solve that problem,the only way is make a cursor yourself and use it ,but that cursor must  transparent.
      

  3.   

    重载OnSetCursor()函数,然后把loadcursor注释掉
      

  4.   

    SystemParametersInfo(SPI_SETMOUSEVANISH,...)
    肯定可以