I have an application that is currently running without the default
titlebar, because the client needs the ability to create their own
custom titlebar. The only way we have found to accomplish this is to
remove the 'Text' from our main form, and also have no control buttons
enabled whatsoever.
This is all fine and good, they get the standard windows border that
they like, with no titlebar. The problem comes when the application is
displayed in the Taskbar. Since we removed the text property from the
main form, the entry in the taskbar is blank.
Does anyone know any way to set that text in the Taskbar to something
other than what is in your form title? I have looked for API calls
etc, but have come up blank. The other alternative is to hide the
titlebar while still setting the text property for the form. If I set
the FormBorderStyle = 'None', it does just that, but then we lose the
standard border which the client claims is not acceptable.
Thanks,
Ryan