elektron Posted May 28, 2012 Posted May 28, 2012 No, not that I've found. Why do you want to do such a thing?
qsek Posted May 28, 2012 Posted May 28, 2012 Hi, You could use the _MouseTrap UDF. Seach for it in the Helpfile. Teamspeak 3 User Viewer - Quick and functional TS3 Query script, which shows online users.Cached Screenshot Deleter - Deletes older Fraps Screenshots if they exceed a specified limit.Unresolved Topics:Intercept and modify dragdrop text behaviour in scite
Andreik Posted May 28, 2012 Posted May 28, 2012 You want to hide mouse pointer just over your GUI or at all?
PhoenixXL Posted May 29, 2012 Posted May 29, 2012 (edited) This may help #Include <WinAPI.au3> _WinAPI_ShowCursor($fShow) Edit: It doesnt seem to work in my Win7 32Bit Edited May 29, 2012 by PhoenixXL My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression.
ZiggyStardust Posted May 29, 2012 Author Posted May 29, 2012 I have written a program that severly limits the users input. No mouse and just six keys. The problem is that when I disable the mouse the cursor is in the last place they left it before my program kicks in and as Murphy dictates it is sitting right on top of some data that they need to see. I can move it with a mouseclick before I disable it but no matter where I seem to move it, it is covering something important. I figured the best way to handle it would be to just turn the cursor off. They can't use the mouse anyway.....
qwert Posted May 29, 2012 Posted May 29, 2012 Why not switch to a custom cursor that only has a pixel or two visible?
elektron Posted May 29, 2012 Posted May 29, 2012 AutoItOnExitRegister("abort") Func abort() MouseMove($x, $y, 0) EndFunc Have you tried something like that?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now