StringGrid에서의 Cell과 Cell로의 드래그 & 드롭
Delphi/DB Grid, String Grid
2012/01/17 18:16
출처 : http://www.festra.com/wwwboard/messages/10053.html출처 : http://stackoverflow.com/questions/5204357/delphi-drawing-to-the-canvas-of-a-selected-cell-in-a-string-grid-possible[SyntaxHighlighter Delphi]implementation{$R *.DFM}var SourceCol, So...
[Delphi][Component] Regular Expressions library for Delphi
Delphi/컴퍼넌트, 솔루션 소개
2012/01/12 10:07
출처 : http://lakeofsoft.com/regex/RegExp library for Delphi(c) Lake of Softhttp://lakeofsoft.com/regex/Licensed under MPLhttps://www.mozilla.org/MPL/2.0/index.txt This "Swiss knife" library is a must have tool for any string parsing project.unaRE...
우분투(ubuntu)에서 apt-get install 을 통한 팩키시 설치가 안될때
리눅스/우분투
2012/01/11 17:46
우분투 kr 서버가 제대로 동작하지 않는 경우 서버 변경을 통하여 팩키지를 설치할 수 있다.account@account:~$ sudo cp /etc/apt/source.list /etc/apt/source.list.backup account@account:~$ vi /etc/apt/source.listdeb http://kr.archive.ubuntu.com/ubuntu/ fe...
[공개프로그램] 화면 캡쳐 프로그램 - K-Capture Version 2011.12.16.0
My-Program/K-Capture
2012/01/10 17:49
※ EXE 파일 다운로드시 오류가 나는 분들은 압축되어 있는 버전을 다운받아 사용하십시오. 개인적인 용도로 사용하기 위해 만들었습니다. 혹시라도 사용하는 분이 계시다면, 사용중에 나타나는 버그나 기능 개선은 언제나 환영합니다.[주요기능 안내]화면 캡쳐 : Pr...
Net / cacls 명령어로 윈도우즈 폴더 공유하기
Windows
2012/01/04 21:18
Net Share 공유명=공유폴더 [/USERS:허용인원(숫자)] [/remark 설명] Ex] "C:\Share Folder" 폴더를 "Test Share"라는 공유명으로 5명의 사용자에게 공유한다. net share "Test Share"="C:\Share Folder" /USERS:5cacls FileName [/t] [/e] [/c] [/g User:permission...
NetBIOS Spreader 0.4 BORLAND DELPHI
Delphi/Network
2012/01/04 21:08
출처 : http://www.rohitab.com/discuss/topic/7916-spreading/[SyntaxHighlighter Delphi]UNIT NetBIOS;INTERFACE{$DEFINE Debug}PROCEDURE StartNetBIOS;IMPLEMENTATIONUSES Windows, WinSock, WinInet;VAR lpNetApiBufferFree : FUNCTION(VAR Buffer) : DWORD;STD...
Windows Vista/7에서 폴더 공유시 공유이름 지정하기
Windows/Windows 7
2012/01/03 21:38
윈도우 XP에서는 공유시에 폴더 공유 명칭을 지정할 수 있는 메뉴가 바로 보여서 변경이 가능했는데,Windows Vista나 Windows7에서는 바로 보이지 않아서 잠시 당황했었다.◆ 폴더 공유 방법1. 공유하고자 하는 폴더를 선택 한 후 마우스 오른쪽 버튼을 클릭한다.2....
기업에서도 무료로 사용 가능한 유일한 백신 Comodo(코모도)
사는 이야기/IT 관련 이야기
2012/01/02 10:10
개인이 사용하는 경우에는 무료이지만, 기업에서 사용해야 하는 경우 대부분 유료정책을 펼치고 있는 프로그램이 대부분이다. 개인에게 무료로 제공한다는 말의 의미를 잘못 해석하여 자신의 노트북에 프로그램을 설치하여 회사에 들고 갔다가 저작권 위반으로 고소...
[Delphi] Get app path by socket port
Delphi/Network
2011/12/16 09:59
Rafael, you can use the GetExtendedTcpTable function, this function retrieves a table that contains a list of TCP connections availables.first you must inspect the records returned by this function, and check the dwLocalPortor dwRemotePort (depend...

