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
- vb
- 셋업
- MFC
- 델파이
- winsock
- 파라미터
- Visual Studio 2005
- xml
- SQL
- 기초
- 입문
- 소니
- Firebird
- 파이어버드
- 예제
- 시리얼 통신
- SDK
- Visual Basic
- c#
- 인스톨
- MySQL
- Delphi
- VB.NET
- 설치
- 데이터베이스
- 문자열
- 초보
- PostgreSQL
- dll
- WIN32 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