I am trying to access controls of one of our own Progress dialogs. Most of the controls are fine, but two containers are eluding me.
The containers in question are usercontrol's, whereas all of the other controls are standard windows forms controls.
Spy picks it up fine and displays it as a container, correctly listing it's children etc.
However in Visual studio, I cannot access it as a container, and iterating through the children there are two "Unknown" elements that can only be these two user controls.
I am raising this as an issue because Spy can detect it fine, but usign the libraries through visual studio cannot.
I can't provide a test application at the moment, although should be unable to find any issues around this area, I might be able to provide one.
Chris