Re: Application.Title



Below is a sample. Just fill in the quotes for the info you need.

[assembly: AssemblyDescription('')]
[assembly: AssemblyConfiguration('')]
[assembly: AssemblyCompany('')]
[assembly: AssemblyProduct('')]
[assembly: AssemblyCopyright('')]
[assembly: AssemblyTrademark('')]
[assembly: AssemblyCulture('')]

Thanks for your reply, but none of the above will set the application title,
that is, the name that will appear on the taskbar when the app is minimized.


.