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
- 가변영역 스크롤
- SQL
- springboot 재가동
- 터치좌표 view
- reactnative
- 피쉬랜드
- mybatis exception
- vc++
- springboot
- 코드로 서버 재실행
- Back 키 클릭 감지
- Activity 전체화면
- group by
- CentOS
- 말줌임 CSS
- CSS
- view 획득
- rn
- pid 찾아 kill
- 시간대 테이블생성
- MySQL
- c언어
- sql exception
- kill -9
- MFC
- 파티션 빠른 삭제
- MariaDB
- 스크롤적용
- 시간대별 통계
- ffmpeg
Archives
목록BitBlt (1)
개발은 하는건가..
VC++ Bitblt 로만 투명 효과 구현
BOOL TransparentMyBlt( HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXOriginSrc, int nYOriginSrc, int nXSrc, int nYSrc, COLORREF colorTransparent) { CDC dc, memDC, maskDC;//, tempDC; dc.Attach( hdcDest ); maskDC.CreateCompatibleDC(&dc); CBitmap maskBitmap; //add these to store return of SelectObject() calls CBitmap* pOldMemBmp = NULL; CBitmap* pOldMaskBmp = NULL;..
C, C++, MFC
2018. 10. 31. 16:34