- MFC CTextProgressCtrl
- https://tansanc.tistory.com/371
- https://erato1004.tistory.com/entry/150009165214
- 원래 Article이랑 소스가 다운이 안됨
Digital Display CStatic control
- https://www.codeproject.com/Articles/3174/Digital-Display-CStatic-control
- 위 codeproject 댓글중 Flicker free paint를 적용하면 깜박임을 없앨 수 있다
- https://izen8.tistory.com/290
CEdit 에만 File Drag And Drop 하도록 구현
- https://www.experts-exchange.com/articles/1737/How-to-Accept-Drag-and-Drop-Files-from-Windows-Explorer.html
- https://stackoverflow.com/questions/45365770/mfc-edit-control-wm-dropfiles-message-register-for-drag-and-drop
- https://poorman.tistory.com/118
- CEdit 상속받아서 MessageMap에 OnDropFiles에 대한 처리를 하는 듯 하다
MFC Designer에서 1pt 수평줄 만들기
- CStatic으로 원하는 길이만큼 늘려 놓은 후 저장
- rc파일 편집 --> CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,49,63,230,1
- https://microsoft.public.vc.mfc.narkive.com/z2BnR4UF/how-to-specify-a-horizontal-line-in-mfc-resource-file