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 |
Tags
- c언어
- 말줌임 CSS
- vc++
- springboot 재가동
- 피쉬랜드
- view 획득
- MFC
- 스크롤적용
- ffmpeg
- CentOS
- kill -9
- 터치좌표 view
- pid 찾아 kill
- 파티션 빠른 삭제
- mybatis exception
- Activity 전체화면
- 시간대 테이블생성
- reactnative
- 코드로 서버 재실행
- MySQL
- sql exception
- springboot
- Back 키 클릭 감지
- 가변영역 스크롤
- 시간대별 통계
- group by
- SQL
- MariaDB
- CSS
- rn
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