Cyber Posted July 4, 2007 Posted July 4, 2007 Hi! I need an advance edit box for my program. i need support for Tab key (insert a tab space), an indent order. Can you help me? Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
idusy Posted July 4, 2007 Posted July 4, 2007 (edited) Okay, this should work without interfering with anything else#include <Misc.au3> While 1 If _IsPressed(09) = 1 Then If WinActive($gui) Then Send(" ") EndIf WEnd Edited July 4, 2007 by idusy
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