Debugging WIN32 focus bugs

前端 未结 3 758
死守一世寂寞
死守一世寂寞 2021-01-21 19:25

I\'m developing a WIN32/C++ application containing a main window and a lot of child windows, and I\'m looking for tools that could assist me in tracking down focus bugs.

3条回答
  •  既然无缘
    2021-01-21 19:57

    I think you can use Spy++ which are part oh Visual Studio or Windows SDK. It tells you lot of other information, you can also capture messages sent to selected window.

    http://msdn.microsoft.com/en-us/library/dd460760.aspx

提交回复
热议问题