Defining the Application Name for Balloon Notifications in RadNotifyIcon for WinForms
Environment
Product Version | Product | Author |
---|---|---|
2023.3.1114 | RadNotifyIcon for WinForms | Dinko Krastev |
Description
By default, the application title in the RadNotifyIcon balloon notifications will be the same as your project name.
Solution
To change the application name for balloon notifications in RadNotifyIcon for WinForms, you need to modify the AssemblyTitle
attribute in the AssemblyInfo.cs
file of your project. Follow these steps:
- In your project, expand the Properties item.
- Open the
AssemblyInfo.cs
file. - Locate the
AssemblyTitle
attribute. - Modify the value of the
AssemblyTitle
attribute to your desired application name. - Save the file and rebuild your project.
After making this change, the balloon notification will display the specified application name instead of the interpreter name.