tylo 2 Posted January 16, 2004 Got a problem with Borland controls (TComboBox, TRadioBox, ...): ControlCommand("Delphi App", "", "TComboBox1", "ShowDropDown") ControlCommand("Delphi App", "", "TRadioBox1", "Check") etc. does not work. However, ControlGetText(), ControlSetText(), ControlFocus(), etc. works on these controls. I guess ControlCommand() only works for the MS types of controls? blub Share this post Link to post Share on other sites