댓글 0개
출처 : http://neodreamer.tistory.com/85종종 암호가 걸린 Access 파일을 봐야하는 경우가 있어 구해 놓은 프로그램이다.Access 2003 까지는 되는걸 확인했...
댓글 0개
[code]#include <io.h>#include <stdlib.h> HMODULE hModule = GetModuleHandle(NULL); TCHAR szFilename[MAX_PATH]; TCHAR Drive[_MAX_DRIVE];...
댓글 0개
[code]//------------------------------------------------------------------------#include <vcl.h>#pragma hdrstop#include "uMain.h"//---------...
댓글 0개
윈도우즈 프로그램에서 사용되는 파일 확장자에 대한 설명 CC언어 소스 파일. C방식으로 컴파일된다. 만약 소스내에 C++코드가 있다면 확장자를 CPP로 변경...
댓글 0개
[code]#include "psapi.h"Psapi.libBOOL FindProcess( DWORD dwProcessId ){ HWND hWnd = ::GetDesktopWindow(); HWND hTmpWnd = NULL; BOOL bFoundWnd = FA...
댓글 0개
http://support.microsoft.com/default.aspx?scid=kb;en-us;837910 아래 첨부된 파일은 블로그에서 바로 다운로드하기.. 위의 MS 사이트에서 받는걸 권장!!!...
댓글 0개
자동차 번호판 인식 프로그램에 응용될 수 있을 만한 소스들JavaANPR is an automatic number plate recognition software, which implements algorithmic a...
댓글 4개
This program takes an ascii input text file and converts it to the pdf417 barcode. It supports text compression, numeric compression and byte comp...