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?