Window is not recognized because x.ChildCount wrong
Hello, in Debugger the x.ChildCount was 8 but in Object Browser it is 11. Why was it not updated correctly. Is there a delay that lets the ChildCount is not updated immediatly? How Can I get th...
As I understand, you launch the script right after observing the 6 objects in the Object Browser's tree. Will the behavior persist if you comment out the Refresh method call in your code?