Hi,
I am still trying to test my WinForm application, however some of the testing tools don't work because the custom dialog forms I dynamically create are not child windows in the window tree (in Win32 api sense). I am using Spy++ to browse and search for windows. If I use the Finder Tool on these forms, some of them are found as direct children of the Desktop window (completely outside of my main window hierarchy). How can I make sure they are all in one tree?
EDIT: obviously all windows can be found, I just have to refresh the display in Spy++ all the time.