Remove Wince cursor/pointer

Analyzer
Hello, I`m trying to remove the system pointer/cursor. I have try to set
"set BSP_NOCURSOR=1" parameter but it doesn`t working, do you know the
solution?
Thank you

Mathias Tantau
hello,
i am working on that issue too because i use my own graphics and own mouse.
Try this line in your application:
"while(ShowCursor(0) >= 0);" 
In my case it only works after having scrolled down the mouse wheel once;
I don't know why

Ferite
Just remove mouse support in the BSP catalog.