If we need some icons, we can use this great site to get it.
WPF does not provide any function to remove the icon of a window. But we can use Win32 API to remove the icon. WPF Tutorial site provide IconHelper class to remove icon of a window. You can find the source…
파일 확장자에 연결된 프로그램의 아이콘을 바꾸는 방법이 설명되어 있는 사이트 링크 간략히 설명하자면, 1. 레지스트리 편집기 실행 2. 만일 UAC에 의해 물어보는 화면이 나타나면 확인 클릭 3. 레지스트리의 HKEY_CLASSES_ROOT 항목 하부에서 확장자 찾기 4. DefaultIcon키 하부의 “(기본값)” 키의 항목…