New to Telerik UI for WinFormsStart a free 30-day trial

Defining the Application Name for Balloon Notifications in RadNotifyIcon for WinForms

Updated over 6 months ago

Environment

Product VersionProductAuthor
2023.3.1114RadNotifyIcon for WinFormsDinko Krastev

Description

By default, the application title in the RadNotifyIcon balloon notifications will be the same as your project name.

notifyicon-change-application-name 001

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:

  1. In your project, expand the Properties item.
  2. Open the AssemblyInfo.cs file.
  3. Locate the AssemblyTitle attribute.
  4. Modify the value of the AssemblyTitle attribute to your desired application name.
  5. 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.

notifyicon-change-application-name 002

In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support