I'm referring to the text in its own caption bar, at the top of the form.

And, by static, I mean does it remain constant, or does it, under certain, circumstances, change?

I ask these questions because to close it, you can use the FindWindow API which would require its caption. That would give you the window handle.

Once you had the Window handle, you can pass it a shutdown message.