Search found 4 matches

by creynolds
Thu Jun 19, 2008 5:28 pm
Forum: Automation API
Topic: Working with controls of class Edit and a role of Text
Replies: 1
Views: 2892

Working with controls of class Edit and a role of Text

I come accross this a lot where I have a control that is of the Edit Class and I'm always setting the focus of the control and then sending keystrokes to the app to add text to the text field of the edit control. Is there a better way? Why isn't there a FindEdit method? Will FindTextBox work for the...
by creynolds
Fri Mar 28, 2008 5:38 pm
Forum: Automation API
Topic: trouble getting the selected text of Systreeview32 control
Replies: 1
Views: 4036

trouble getting the selected text of Systreeview32 control

I'm having trouble getting the selected text of a treeview control using the following code: form = Application.FindForm("form title", SearchMatchMode.MatchExact, "AfxFrameOrView70u", false, 5000); form.Activate(); control = form.FindControlId(5858); control.Focus(); TreeView treeview = form.FindTre...
by creynolds
Mon Oct 01, 2007 11:16 pm
Forum: Automation API
Topic: Does Ranorex support the third party controls from Pro-UIS
Replies: 1
Views: 3257

Does Ranorex support the third party controls from Pro-UIS

Does Ranorex support the third party controls from Pro-UIS?
http://www.prof-uis.com
by creynolds
Thu Sep 20, 2007 4:41 pm
Forum: Automation API
Topic: TreeView control
Replies: 1
Views: 3321

TreeView control

I have a SysTreeView32 control and I need some help finding all the nodes and child nodes in the tree. Does anyone have a code same (c# if you have it) that they could share with me. I need to be able to locate every node without knowing the names of the nodes.

Thank you for you help.