I have a legacy vb application that has data in a status bar I want to use to drive a .NET application.
I have used spy++ to gain some insight into the window structure and have successfully used FindWindow and FindWindowEx to get handles to the StatusBarWndClass. Now I am struggling to get access to the actual data in the status bar. I have tried using a WM_GETTEXT message but no success.
- Is it possible to get cell information from the remote StatusBarWndClass?
- How do I do it if its possible?