I've been trying to find a way to read the status bar in a Windows form. Is there a way to do this without putting hooks (invoke method) into the actual code?
1) Search for the StatusStrip control by control name
2) Use the Element property of the control to retrieve its element representation
3) Search in the element by role "StaticText"