TStringGrid 의 OnDrawCell 이벤트에 아래 코드를 넣습니다...
procedure TfrmSelectPage.sgPageDrawCell(Sender: TObject; ACol, ARow: Integer; Rect: TRect; State: TGridDrawState); var MyPos:...
1. 아래와 같이 rc 파일을 만듭니당.
STRINGTABLE { 1000, "English" 1001, "Display selected" 1002, "Yes" 1003, "No" 1004, "Maybe" }
2. 위에서 맹근 rc 파일을 res 파일로 컴파일..
3. 프로그램...
Tabbed Interface (MTI) For Your MDI Delphi Applications Use Tabs to Navigate Through MDI Child Forms in your MDI Delphi Application By Zarko Gajic, About.com Guide See More Abo...
First of all you have to install MSMQ.You will do it through Control panel - > Add remove programs - > Add / Remove Windows components. Second you will need to access MSMQ fo...
도스 압축 패스를 실제 패스로 바꾸는 API %CommonProgramFiles% %SystemRoot% %windir% 이런값들 var rPath : array [0..1023] of Char; begin ExpandEnvironmentStrings('%SystemRoot%\System32\mspaint...
type TByteArr = array of byte; function StringToBytes(aString: String): TByteArr; var i: integer; begin SetLength( Result, Length(aString)) ; for i := 0 to Length(aString) - 1 do R...
저장 해 두면 반드시 또 쓰일날이 오겠지요 ㅎㅎ const HEAP_ZERO_MEMORY = $00000008; SID_REVISION = 1; type PTokenUser = ^TTokenUser; TTokenUser = packed record User: TSidAndAttrib...