John-Paul Posted December 28, 2004 Posted December 28, 2004 Does anyone know how to bring up the properties dialog box for the Taskbar? I have been looking for scripts but have been unable to locate how to activate it. I am aware of the Send() proceses based on what I have found in this news group and so i am half way to doing what i want to do. (Novice) I am trying to automate the process of activating the Taskbar Properties so that i can enable the Quick Launch and set the Auto-hide facility. I have tried using the AutoiT Window Spy and get... Title: Taskbar and Start Menu Properties Class: #32770 and then I tried a script to call these like Notepad but failed ... So if someone has a good script or tip to help me open the Taskbar Properties I would be most grateful. jp
this-is-me Posted December 28, 2004 Posted December 28, 2004 Opt("WinTitleMatchMode", 4) WinActivate("classname=Shell_TrayWnd") Send("{APPSKEY}r") WinWait("Taskbar and Start") Who else would I be?
John-Paul Posted December 28, 2004 Author Posted December 28, 2004 Thank you so much. Works like a dream. jp
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