SetStatusText(msg, bForce)
Sets the text in the status bar of the application.
Parameters
msg : string
The message to write to the status bar.bForce=0 : int
A flag indicating if the message should be forced to the status bar, or written in idle
time.