티스토리 뷰
출처
http://kurapa.com/content-a411_%25ED%2588%25AC%25EB%25AA%2585%25EC%259C%2588%25EB%258F%2584%25EC%259A%25B0
http://careerblog.scout.co.kr/home/?pSeq=665762&blogURL=http://neodreamer.tistory.com/39
http://careerblog.scout.co.kr/search/?searchtype=4&searchtext=CodeGear
// 투명 윈도우 만들기
procedure TfmMain.Button1Click(Sender: TObject);
begin
SetWindowLong(handle, GWL_EXSTYLE, GetWindowLong(handle, GWL_EXSTYLE) or WS_EX_LAYERED);
SetLayeredWindowAttributes(handle, 0, Round((255 * 70 ) / 100), LWA_ALPHA);
end;
// 투명 윈도우 만들기 + 최상위 윈도우 + 이벤트 활성화
procedure TfmMain.Button2Click(Sender: TObject);
begin
Self.Color := RGB(1, 1, 1);
SetWindowLong(handle, GWL_EXSTYLE, GetWindowLong(handle, GWL_EXSTYLE) or WS_EX_LAYERED);
SetLayeredWindowAttributes( handle, RGB(1, 1, 1), 127, LWA_COLORKEY or LWA_ALPHA);
Self.FormStyle := fsStayOnTop;
end;
- Total
- Today
- Yesterday
- KOBA
- JavaScript
- Spring MVC
- SAS
- android
- 지스타2007
- BPI-M4
- Linux
- ble
- 일본여행
- 서울오토살롱
- Mac
- 레이싱모델 익스트림 포토 페스티벌
- Delphi
- Spring
- Java
- flex
- oracle
- koba2010
- 전예희
- Delphi Tip
- sas2009
- 튜닝쇼 2008
- ubuntu
- NDK
- ffmpeg
- 송주경
- MySQL
- Xcode
- 동경
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |