chiners_68 Posted June 30, 2006 Posted June 30, 2006 (edited) im sending text to word but need to be able to slow the text write, change the font & size of the text. how do I do this?? Edited June 30, 2006 by chiners_68
lopolop Posted June 30, 2006 Posted June 30, 2006 Opt("SendKeyDelay", 10) ; Press key's every 10 miliseconds
PsaltyDS Posted June 30, 2006 Posted June 30, 2006 im sending text to word but need to be able to slow the text write, change the font & size of the text. how do I do this??Font and size are not part of the Send() data, just the key strokes. You'll want to automate the functions in Word to set your text characteristics. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
herewasplato Posted June 30, 2006 Posted June 30, 2006 ...You'll want to automate the functions in Word to set your text characteristics....or if you are ready to dive in deep:http://www.autoitscript.com/forum/index.ph...ost&p=82172 [size="1"][font="Arial"].[u].[/u][/font][/size]
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