Search found 2 matches

by haynitin
Sat Mar 10, 2007 9:14 am
Forum: Automation API
Topic: GetControls() returns void pointer.
Replies: 3
Views: 3385

GetControls() returns void pointer.

As per the description in chm file for the Form.GetControls()...
"Gets an array containing all controls in the form . ". However the declaration returns a void.
by haynitin
Sat Mar 10, 2007 9:11 am
Forum: Automation API
Topic: Can not call a TreeView constructor
Replies: 1
Views: 3450

Can not call a TreeView constructor

I am not able to call a TreeView constructor using the following code snippet. Control c = form.FindControl(CONTROLID) // Get the treeview TreeView tw = new TreeView(control.Handle); I am using RanoRex version of 1.1.0 released on 6th March 2007. Is it part of the release (because I don't find the c...