티스토리 뷰
출처
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
- 튜닝쇼 2008
- Linux
- BPI-M4
- Delphi Tip
- Spring MVC
- 동경
- Mac
- ble
- sas2009
- SAS
- 송주경
- 레이싱모델 익스트림 포토 페스티벌
- KOBA
- ubuntu
- Spring
- flex
- 서울오토살롱
- Java
- 전예희
- android
- MySQL
- JavaScript
- oracle
- NDK
- 일본여행
- Delphi
- koba2010
- Xcode
- 지스타2007
- ffmpeg
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |