Is there any way to keep the mouse pointer off when using the alert() function? My clipper app is totally mouse disabled and I never want to see the mouse pointer. I use
mSetCursor(.f.)
set cursor off
setcursor(0)
but the mouse pointer still comes on when using the alert() function. I am using Clipper 5.3 and linking with Exospace and running on a W2K and WinXP machine.
Thanks!
mSetCursor(.f.)
set cursor off
setcursor(0)
but the mouse pointer still comes on when using the alert() function. I am using Clipper 5.3 and linking with Exospace and running on a W2K and WinXP machine.
Thanks!