Display other text than filename in window title

T

Tosch

Is there a way to display anything else than the filename in the
window title of an open document?

I have an application where all the files have the same name but come
from different sources and I would like to display an internal
application name.

Tosch
 
J

Jonathan West

Hi Tosch,

You can set the Caption property of any Window object to any text that you
want.
 
Top