Issue using SendKeys with Control object

Bug reports.
jtoporowski
Posts: 7
Joined: Thu Apr 05, 2007 4:41 pm
Location: BC Canada

Issue using SendKeys with Control object

Post by jtoporowski » Tue Apr 10, 2007 11:25 pm

I have Dev Express controls in my application and can find them using the FindControlName() method. Since they are not generic Windows Forms controls FindTextBox, etc do not work. This is fine, but when I try and use SendKeys() nothing goes to the third party text box.

Is there a work around for this?

Thanks,

J

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Wed Apr 11, 2007 7:26 pm

Please try Application.SendKeys() if control.SendKeys() does not work.
FindTextBox, etc do not work
Please use the Element approach for 3rd party controls.
RanorexSpy shows you the element properties.

Gabor
Ranorex Team