Forum Discussion
HKosova
Alumni
14 years agoHi Steve,
I'd recommend against using the Drag action in your scenario, because coordinates are unreliable. Try sending the Ctrl+A then Del keys instead. That is, replace:
I'd recommend against using the Drag action in your scenario, because coordinates are unreliable. Try sending the Ctrl+A then Del keys instead. That is, replace:
Call basicComboBoxEditor_BorderlessTextField.Drag(319, 5, -319, 0)with
Call basicComboBoxEditor_BorderlessTextField.Keys("This is the field to be set")
and see if it works.