This reverseing on status strip happens often in my programs, but I can guarantee you there is nothing in the statusstrip displaying code that causes the effect.
It usually happens when I am using statusstrip in a timer while I am doing something else in the foreground, and disabling the form so that the user is blocked from starting another autonomous process and I don't want them to interfer.
Ironnically when the codeis handling other errors, which are handled fine and the form returns to the user to try to rerun this or anotherprocess properly is when the reversal of text can ocurr.
The user must have several conditions of files set up, and other applications properly installed as I am using the Process methods of executing applications, letting them run, and then returning control to the user.
My entireprogram, the use of Process methods, and everything else is working fine, its just unsettling to suddenly see the text in the statusstrip reversed, or mirrored.
I use process to start WinZip, Adobe Professional PDF maker, and a couple different Mentor CAD applications.