Hook a QT Application with C++ to capture textname of the application -


I have a simple QT application running on Win32 platform, I need to write a C ++ program as described in this form : Input is the windows handle of the Qt application, which is already available, the output is the text name of the app (aka caption). I hope someone will show me how to do this right. Thanks a lot. Smile

I do not know if I fully understand your question, but you use the function You can certainly pass a native window handle ( HWND ) to this function on this function, to get the title of a window, it's the way to recover it .


Comments