mbv401920150 Posted April 17, 2012 Posted April 17, 2012 (edited) Hi community! I'm trying to automate a process with autoit and vb.net The target objects were created with class: ThunderRT5Form. I try to put a value in a control "AfxOleControl42"... but only paste to me the first value, and if I try to add another char, then the process erase me the char before.... Manually the process works fine. Even, with autoit I cannot send a CTRL + V instruction (Is like don't read this instruction); is something like that: ' CODE OF VB.NET vAI.ControlSend(vWinSmartSearch, "", "[CLASS:AfxOleControl42; INSTANCE:1]", "^v") Anyone have an idea of this issue? Edited April 17, 2012 by mbv401920150
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