Hi
When I try to create a ComboBox like this:
Ranorex.Control control = null;
control = new Ranorex.ComboBox();
I get the Error: "'Ranorex.ComboBox' does not contain a constructor that takes '0' arguments (CS1729)"
After looking Ranorex.ComboBox up in the Documentation, it said that a Element is needed (Which is normally not needed)
How can I make this work?
Thanks in Advance, Alen