zzen11 Posted July 12, 2005 Posted July 12, 2005 (edited) Try to use the controlSend() to send string to a text input field (also a drop down list) of a windows program, it does not send, any tricks? Here is the code: ControlSend("snmpwindow", "test", 1055, $str) The windows program has several buttons and input fields. - Z Edited July 12, 2005 by zzen11
GaryFrost Posted July 13, 2005 Posted July 13, 2005 Try to use the controlSend() to send string to a text input field (also a drop down list) of a windows program, it does not send, any tricks?Here is the code:ControlSend("snmpwindow", "test", 1055, $str)The windows program has several buttons and input fields.- Z<{POST_SNAPBACK}>1st: should have posted in Support, probably would have had respones sooner.2nd: might try the ClassName instead of the ControlIDExampleConstrolSend("snmpwindow", "test", "Edit1", $str) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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