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

To change the default icon of your .exe file click on :

  1. ไปที่ Project
  2. คลิ๊กขวาที่ Project เลือก Properties
  3. เลือก Application
  4. ที่ Icon ทำการเลือก icon ที่ต้องการ

เรียบร้อย

หรือจะใช้คำสั่ง ดังนี้
this.Icon = new System.Drawing.Icon(“shuttle.ico”);

ที่มา: normankosmal.comen.csharp-online.net