MrNoJK Posted May 14, 2012 Share Posted May 14, 2012 (edited) Hi, Is there a way to block key input to a window, by other programs? Because the blockinput(ex) function does only block user input. ty in advance - MrNoJK Edited May 14, 2012 by MrNoJK Link to comment Share on other sites More sharing options...
Bert Posted May 14, 2012 Share Posted May 14, 2012 You could make it so when the window in question is clicked on (given focus) the window's focus is taken away and MS Windows' desktop is given focus instead. That way you can see the window but can't interact with it. Xandy 1 The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
PhoenixXL Posted May 15, 2012 Share Posted May 15, 2012 orelse Try WinSetState('Title','Text',@SW_DISABLE) instead.................. RegardsPhoenix XL 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. Link to comment Share on other sites More sharing options...
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