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
- 피쉬랜드
- c언어
- reactnative
- 말줌임 CSS
- Activity 전체화면
- kill -9
- sql exception
- MySQL
- mybatis exception
- springboot
- view 획득
- vc++
- 시간대별 통계
- 파티션 빠른 삭제
- MFC
- pid 찾아 kill
- CSS
- SQL
- 스크롤적용
- ffmpeg
- 코드로 서버 재실행
- group by
- rn
- CentOS
- 터치좌표 view
- 시간대 테이블생성
- 가변영역 스크롤
- springboot 재가동
- Back 키 클릭 감지
- MariaDB
Archives
목록투명 윈도우 (1)
개발은 하는건가..
VC++ 윈도우 알파값 적용
#ifndef WS_EX_LAYERED #define WS_EX_LAYERED 0x00080000 #define LWA_COLORKEY 0x00000001 #define LWA_ALPHA 0x00000002 #endif // ndef WS_EX_LAYERED Then some declarations in the header-file: // Preparation for the function we want to import from USER32.DLL typedef BOOL (WINAPI *lpfnSetLayeredWindowAttributes)(HWND hWnd, COLORREF crKey, BYTE bAlpha, DWORD dwFlags); lpfnSetLayeredWindowAttributes m_p..
C, C++, MFC
2018. 10. 31. 16:35