Reputation: 8614
When I run Snoop 2.8, it sees my program's main window and lists it in its ComboBox
. However, my program creates a child window that is displayed by calling ChildWindow.Show()
. No matter what I do, I can't snoop that child window. If I refresh the list of windows, it doesn't show up. If I drag the little cross hairs icon next to the binoculars over the child window, the main window comes up.
How do I Snoop my applicaton's child window?
Upvotes: 16
Views: 6087
Reputation: 1576
When I use Snoop, I always first start snoop and then use the "shift+control" shortcut to focus on what I want. This seems to work even if I do it to a child window. So try this:
This solution was last tested in Snoop 2.8.
Upvotes: 51
Reputation: 1637
Have you ever look for WPF Inspector? I always use it instead of snoop and and never had any problem with child windows...
http://wpfinspector.codeplex.com/
Upvotes: 2