I am developing a C# addin for SolidWorks. I want to display some text information related to the current document.
And the text should be visible as long as the document is the active one.
When I switch to another document the text will be changed by the addin automatically.
And it should be visible to user always. I have tried to use SetStatusBarText command but it is also used SolidWorks,
so my text is always overried. How can I do that ? Do you have any idea.? Thanks.
