Notice
Link
- Today
- Total
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pid 찾아 kill
- CentOS
- 시간대 테이블생성
- rn
- springboot
- springboot 재가동
- kill -9
- 터치좌표 view
- 파티션 빠른 삭제
- vc++
- CSS
- 스크롤적용
- MariaDB
- ffmpeg
- mybatis exception
- view 획득
- SQL
- Activity 전체화면
- 피쉬랜드
- c언어
- 시간대별 통계
- 코드로 서버 재실행
- MFC
- Back 키 클릭 감지
- sql exception
- group by
- MySQL
- 가변영역 스크롤
- reactnative
- 말줌임 CSS
Archives
목록텍스트컬러 (1)
개발은 하는건가..
[MFC] CRichEditCtrl 텍스트 컬러 지정
아래의 함수에서 m_edClientLog 는 richEdit 의 컨트롤 변수이다. 로그 출력용 richEdit 에 1000 라인까지만 출력하도록 하는 기능 void outRichEditText(TCHAR *pwszLog, COLORREF color) { CPoint point; int first_pos = m_edClientLog.LineIndex(m_edClientLog.GetLineCount()); m_edClientLog.SetSel(first_pos, first_pos); point = m_edClientLog.PosFromChar(first_pos); m_edClientLog.SetCaretPos(point); CHARFORMAT cf; memset(&cf, 0, sizeof(CHARFORMAT..
C, C++, MFC
2023. 5. 15. 17:01