Posts Tagged Icon

C# Visual Studio: Change the default icon of your .exe file.

If you want to change the icon of your exe file you have to select your project in your solution:

Right click on the project to bring up the context menu. Now select “Properties”.
In the projects property window select “Application”. There is one entry that says “Icon and manifest”. Right beside the textbox for the Icon [...]

Tags: , , , ,

C# How to place your application into the SystemTray using NotifyIcon.

First of all you need a icon. For starters you can use the Favicon Generator. Just generate a random icon. Its not important how it looks, its just important that you get a icon. You always can replace it with something that is more fancy looking later. I placed the icon in the debug and [...]

Tags: , , , ,