bretonh Posted August 28, 2008 Posted August 28, 2008 Hello, I am very new at this. I am trying to create a scritp that will select a printer from the drop down menu in MS print manager. So far, I get the the script to open the drop down, but I don't know how to select the printer I want. Can anyone help? WinActivate("Print") WinWaitActive("Print") ControlClick("Print","","[iD:1139]") Thank you
Zedna Posted August 28, 2008 Posted August 28, 2008 ControlCommand ("Print","","[ID:1139]", "SelectString", "yor desired printer name") Resources UDF ResourcesEx UDF AutoIt Forum Search
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