ScottyB Posted October 11, 2006 Posted October 11, 2006 (edited) I am trying to alter my title bar in Word 2003 to say something besides "Microsoft Word," but I can't seem to change it. When I edited the Binary Value in regedit, Word just popped up with a bunch of squares and then immediatly replaced them with the old value. How can I change the title bar text? Edited October 11, 2006 by ScottyB
jftuga Posted October 14, 2006 Posted October 14, 2006 You might try writing an AutoIt script to do this...http://www.autoitscript.com/autoit3/docs/f...WinSetTitle.htmYou would have to run the script after Word is running, or create a script that runs in the background and waits for Word to open. Once it detects that Word is running, use the WinSetTitle() function to change Word's title.Good Luck,-John
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