Guest jparekh Posted October 18, 2004 Posted October 18, 2004 Hi, I'm new to AutoIt. I like to send a single key stroke to a Window w/o a Title. What's the best way? There is a OK and Cancel button.
Matt @ MPCS Posted October 18, 2004 Posted October 18, 2004 Lookup control send in the documentation. *** Matt @ MPCS
scriptkitty Posted October 18, 2004 Posted October 18, 2004 You may also think of using controlclick. hint: Controlclick("","Text","Button1") AutoIt3, the MACGYVER Pocket Knife for computers.
trids Posted October 19, 2004 Posted October 19, 2004 If you're concerned about how to target a title-less window, then find WinTitleMatchMode in the helpfile, and follow the link to Window Titles & Text (Advanced) .. Mode 4 will probably cover what you're looking for.HTH
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