Removing the mouse pointer?

BlitzMax Forums/BlitzMax Beginners Area/Removing the mouse pointer?

Uber-nerd(Posted 2006) [#1]
Is it possible? Its not very fun having a crappy little pointer being stuck to your cool looking crosshairs...

Update: its called "HideMouse"... damnit can't they make these things more obvious than having it stuffed to the bottom of the index? because I have to wonder if its "REMOVEmouse" "DON'TSHOWmouse" "WHATSITmouse" and usually the command I'm looking for doesn't exist. Oh well problem solved, now the only problem is this thread cluttering up the forum.

I've got 5 days until I have to show some of my "work" to an I.T. teacher at school to see if I can take a short course on programming which is meant to be in year 12... and I'm in year 11 :D muhahaha. Wish me luck :)


Tom Darby(Posted 2006) [#2]
Best of luck, and welcome to the wonderful world of technical documentation!


JoshK(Posted 2006) [#3]
How about this?:
Declare Function ShowCursor Lib "user32" Alias "ShowCursor" (ByVal bShow As Long) As Long



tonyg(Posted 2006) [#4]
This is excellent and makes things easier to find.