프로그램

My World/MFC로 만든 귀요미들

[MFC] 색상 추출 프로그램 ColorPicka

마우스를 이용하여 현재 위치한 곳의 색상을 추출해주는 프로그램입니다. 사용 방법 마우스를 움직여서 원하는 부분에서 "Ctrl + C"를 누르면 해당 위치의 색상을 Picker View에 출력합니다. 출력한 색상은 오른쪽의 Color List에 저장되어 선택하면 해당 색상을 다시 불러올 수 있습니다. 추가적으로 색상 변환기도 제공하고 있으니 원하는 타입으로 변환할 수 있습니다. 다운로드 Releases · Eskeptor/ColorPicka Contribute to Eskeptor/ColorPicka development by creating an account on GitHub. github.com 소스코드 GitHub - Eskeptor/ColorPicka Contribute to Eskeptor/Co..

Study/MFC

[MFC] Button 컨트롤 - 색상 변경

[MFC] Button 컨트롤 (버튼 컨트롤) Button 이란 말 그대로 무언가 눌러서 상호작용을 할 수 있는 컨트롤을 말합니다. 버튼 컨트롤 생성 도구 상자에서 Button 컨트롤을 하나 만듭니다. 버튼 컨트롤에서 가장 많이 쓰이는 속성은 위의 4 eskeptor.tistory.com 이번에는 Button 컨트롤에 색상을 넣는 법을 알아봅니다. Button의 경우에는 버튼이 속한 다이얼로그에서 "WM_DRAWITEM" 이라는 이벤트를 이용해서 Button을 손수 그려주어야합니다. "WM_DRAWITEM"의 경우에는 다이얼로그의 각 컨트롤 객체가 그려질 때 호출되는 이벤트입니다. 먼저 이벤트를 만들기 전에 Button의 속성중에서 "Style - Owner Draw(동작 - 소유자 그리기)"를 true..

My World/MFC로 만든 귀요미들

[MFC] 파일 내용 변경 프로그램 FileContentsChanger

파일 내용의 특정 문장을 변경해주는 프로그램입니다. 사용 방법 우측 상단의 "..." 버튼을 눌러서 원하는 파일을 불러온다. (또는 Drag & Drop으로 파일을 직접 끌고와서 Files List 위에 올려놓으면 자동으로 추가된다.) Replace 항목에 "Find"와 "Replace"를 입력하여 추가(Add)하고 시작(Start)를 한다. (Find -> Replace 변경) 위와 같이 결과를 보여준다. 다운로드 및 소스 코드 GitHub - Eskeptor/FileContentsChanger: Change the contents of the file. Change the contents of the file. Contribute to Eskeptor/FileContentsChanger develop..

My World/C#으로 만든 귀요미들

[C#] SevenZipSharp를 이용한 압축프로그램 VersionZipper

github.com/squid-box/SevenZipSharp squid-box/SevenZipSharp Fork of SevenZipSharp on CodePlex. Contribute to squid-box/SevenZipSharp development by creating an account on GitHub. github.com 위의 프로그램은 SevenZipSharp라는 C#에서 7Zip을 간편하게 사용할 수 있도록 해주는 라이브러리를 사용하였습니다. thielj.github.io/MetroFramework/ Metroframework Add a fresh look to your .NET WinForms application with controls using the Modern 'Metro' ..

Eskeptor
'프로그램' 태그의 글 목록