How can I copy (get) text from a Windows Status Bar?
I want to make a DLL (program), which will Hook a 3rd Party Window and then get the text that is written in that windows Status Bar.
But I don't know how my program can hook 3rd Party Window and get the control of the Status Bar.
If I use SetWindowsHookEx hook function in the DLL then what would be the idHook for the Status Bar control.
Please help.
