Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MySQL
- VB.NET
- PostgreSQL
- 초보
- 파이어버드
- winsock
- xml
- 입문
- 문자열
- 기초
- c#
- vb
- 셋업
- SQL
- MFC
- Visual Studio 2005
- Firebird
- 예제
- 인스톨
- 파라미터
- 데이터베이스
- dll
- Delphi
- 설치
- WIN32 SDK
- Visual Basic
- 델파이
- 소니
- SDK
- 시리얼 통신
Archives
- Today
- Total
목록원형 버튼 (1)
프로그래밍 노트
[델파이] 동그란 버튼 만들기(원형 버튼 만들기)
원본소스 링크 : Torry's Delphi Pages unit RVButton; interface uses SysUtils, Classes, Controls, Messages, Graphics, Windows; const iOffset = 3; type TRVButton = class(TGraphicControl) private FCaption : string; FButtonColor: TColor; FLButtonDown: boolean; FBtnPoints : array[1..2] of TPoint; FKRgn : HRgn; procedure SetCaption(Value: string); procedure SetButtonColor(Value: TColor); procedure FreeRegion..
델파이
2010. 1. 15. 20:22