StringGrid에서의 Cell과 Cell로의 드래그 & 드롭

출처 : 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

출처 : 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 을 통한 팩키시 설치가 안될때

우분투 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

※ EXE 파일 다운로드시 오류가 나는 분들은 압축되어 있는 버전을 다운받아 사용하십시오. 개인적인 용도로 사용하기 위해 만들었습니다. 혹시라도 사용하는 분이 계시다면, 사용중에 나타나는 버그나 기능 개선은 언제나 환영합니다.[주요기능 안내]화면 캡쳐 : Pr...

Net / cacls 명령어로 윈도우즈 폴더 공유하기

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

출처 : 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에서 폴더 공유시 공유이름 지정하기

윈도우 XP에서는 공유시에 폴더 공유 명칭을 지정할 수 있는 메뉴가 바로 보여서 변경이 가능했는데,Windows Vista나 Windows7에서는 바로 보이지 않아서 잠시 당황했었다.◆ 폴더 공유 방법1. 공유하고자 하는 폴더를 선택 한 후 마우스 오른쪽 버튼을 클릭한다.2....

기업에서도 무료로 사용 가능한 유일한 백신 Comodo(코모도)

개인이 사용하는 경우에는 무료이지만, 기업에서 사용해야 하는 경우 대부분 유료정책을 펼치고 있는 프로그램이 대부분이다. 개인에게 무료로 제공한다는 말의 의미를 잘못 해석하여 자신의 노트북에 프로그램을 설치하여 회사에 들고 갔다가 저작권 위반으로 고소...

Fax 수신 서버 개념도

KT의 1515-휴대폰번호 팩스 서비스를 이용해본 후...

[Delphi] Get app path by socket port

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...