mithileshmaurya
10 years agoOccasional Contributor
FindAllChildren
Hi
I am using Visual Studio IDE.My code is in c# .
Im accessing all objects through Connected apps.But when I use the below code:
textBoxes = w["FindAllChildren"]("WndClass", "Edit", 5);
textBoxes = (new VBArray(textBoxes))["toArray"]();
It gives compiler error saying cannot resolve "VBArray" object .
What reference should I add so that the VBArray object does not give me a compiler error.
Please help!
I am using Visual Studio IDE.My code is in c# .
Im accessing all objects through Connected apps.But when I use the below code:
textBoxes = w["FindAllChildren"]("WndClass", "Edit", 5);
textBoxes = (new VBArray(textBoxes))["toArray"]();
It gives compiler error saying cannot resolve "VBArray" object .
What reference should I add so that the VBArray object does not give me a compiler error.
Please help!