Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Category Uncategorized

Need to make a user control transparent

To make your user control transparent, Add code described in three steps Step 1 protected override CreateParams CreateParams{get{CreateParams cp = base.CreateParams;cp.ExStyle |= 0x00000020;return cp;}} Step 2 protected override void OnPaintBackground(PaintEventArgs e){// dont code anything here. Leave blank} Step 3 protected…

Parallel Programming in .NET 4.0

.NET 4.0에서 제공하는 병렬 프로그래밍(Parallel Programming) 라이브러리를 통해 이젠 매우 손쉽게 다 프로세스 프로그래밍을 할 수 있게 되었다. ^^ 사용법도 매우 간단하다. 1. TPL(Task Parallel Library) 간단히 기존의 For, ForEach 구문을 대신하여 Parallel.For, Parallel.ForEach를 사용하면 된다. 2. PLINQ(Parallel LINQ) 컬렉션에…

Remove unwanted programs easily, Revo Uninstaller!

Revo Uninstaller Pro helps you to uninstall software and remove unwanted programs installed on your computer easily! Even if you have problems uninstalling and cannot uninstall them from “Windows Add or Remove Programs” control panel applet. Revo Uninstaller is a…

splitter윈도우크기를 고정하려면

splitter윈도우크기를 고정하려면 + 스플리터 윈도우의 크기를 고정하려면 스플리터 윈도우에서 크기 변경이 안되도록 하려면 우선 스플릿바의 행동 양식에서 그 방법을 찾을 수 있습니다. 스플릿바는 WM_MOUSEMOVE, WM_LBUTTONDOWN, WM_LBUTTONUP, WM_LBUTTONDBLCLK 메시지가 넘어 올 때 크기를 조정하도록 설계돼 있습니다. 그러므로 마우스가 스플릿바 위에 오면…

Technical presentation tool, ZoomIt!

ZoomIt is screen zoom and annotation tool for technical presentations that include application demonstrations. ZoomIt runs unobtrusively in the tray and activates with customizable hotkeys to zoom in on an area of the screen, move around while zoomed, and draw…

Windows 7에서 작업 표시줄에 고정기능이 갑자기 불가능할 경우

얼마전, 윈도우7을 사용하다가 갑자기 어느순간부터 작업 표시줄에 고정 기능이 동작하지 않는 것을 확인하였다. ㅠㅠ 그래서 구글링을 한 결과, 윈도우 트윅툴에서 ‘바로가기의 화살표 제거’ 기능을 활성화 할 경우 이러한 현상이 발생한다고 한다. 다시 바로가가 회살표를 표시하도록 설정하니 바로 정상동작하는걸 확인했다.. ^^;;…

Zemna File Renamer v1.1 has released!

Zemna File Renamer v1.1 software has released. Change Log [list style=’check’] Add cancel feature when adding file list Fix file delete bug Add validation of rule Change sequence rule [/list] Download [button link=”http://www.box.com/s/b73d0ebedb2ecdac41be” color=”#9999FF” size=”4″ style=”1″ dark=”0″ radius=”auto” target=”self”]Windows (32-bit)[/button] [button…

네트워크에서 rewirte 에 대한 기본 개념

IPv4에서의 IP 주소 체제의 만점과 몇 가지 보안상의 이유로, 점점 더 많은 네트워크들이 외부 네트워크(또는 인터넷)에서 사용될 수 없는 개인용도의 IP 주소체제(private IP addresses)를 사용한다. 내부 네트워크의 호스트가 인터넷에 접근하려 할 때나, 인터넷에서 접근되도록 하러할 때, 네트워크 주소 번역(network address…