如何让鼠标从屏幕上消失? - C++ Builder / Windows SDK/API在程序中不需要使用鼠标,所以不想让鼠标在窗口中显示。怎么实现?[解决办法]
::ShowCursor(false);