I'm debugging a Windows application with IDA Pro and I see that at one point it calls FindWindowA
and successfully locates a window with the given class name.
However when I use Spy++ to locate the windows with the given class name, it just doesn't seem to exist anywhere and I can't find it.
I wonder how could I find this same window that application internally somehow finds when it calls FindWindowA
? I wonder why my external application can't find the same window...