thinBasic: Basic Programming Language Community Forum
>
thinBasic (the language)
>
Modules specific issues
>
Console
> mouse in console window
PDA
View Full Version :
mouse in console window
sandyrepope
30-05-2008, 23:14
Is it possible to hide the mouse pointer in a console window?
Thanks
Sandy
ErosOlmi
30-05-2008, 23:40
You can use
MousePtr (http://www.thinbasic.com/public/products/thinBasic/help/html/mouseptr.htm)(0)
to hide the mouse but you need to load UI module.