Logos for St. John's Marlborough CS Class of 2025 coursework
To change application icon: https://learn.microsoft.com/en-us/visualstudio/ide/how-to-specify-an-application-icon-visual-basic-csharp?view=vs-2022
The website ranking and info page: https://sambam60.github.io/nea-logos/
Specify an application icon (Visual Basic, C#) Article 09/30/2024
The Icon property for a project specifies the icon file (.ico) that displays for the compiled application in File Explorer and the Windows taskbar. This article describes how to specify an application icon. You can access the Icon property from the Application section of the Project Designer, which contains a list of icons that have been added to a project either as resources or as content files. After you set the icon property for an application, you might also set the Icon property of each Window or Form in the application. For information about window icons for Windows Presentation Foundation (WPF) standalone applications, see Icon property.
To specify an application icon:
-
In Solution Explorer, select a Project node (not the Solution node).
-
On the menu bar, select Project > Properties.
Note: You might see your project's file name when you view Project > Properties. For example, if you're working on a project that's named "Calculator", Visual Studio displays Project > Calculator Properties.
-
The Project Designer appears. In the Application section, select one of the following:
-
For C#, select Win32 Resources. For Visual Basic, select Resources.
-
In the Icon section, select the Browse button to browse to the location of the icon file that you want to use.
© Microsoft 2024