검색결과 리스트
Program/C#에 해당되는 글 3건
- 2010/09/13 c# 실행 파일 아이콘 만들기
글
[In VS.NET 2005]
- From the Solution Explorer, select your project,
- Right click on the project and select Properties
- Select Application, and on the right pane, under "Resources" section, select your icon whatever you want to keep for your EXE
- Rebuild it and you are done.
[In VS.NET 2003]
- From the Solution Explorer, select your project,
- Right click on the project and select Properties
- Select General item under Common Properties on left side,
- On the right side, under Application, Change icon in "Application icon" property
- Rebuild it and you are done