본문 바로가기

분류 전체보기275

컴퓨터에 실행되는 프로세스를 확인하는 방법 http://support.microsoft.com/kb/175030/ko http://hushou.tistory.com/341?_new_tistory=new_image 볼랜드 C++Builder에서 작성한 C++ 소스 #include ///현재 실행 중인 Textile의 개수를 확인 하는 함수 by david 090501 int __fastcall TMainForm::GetCountExecutingProgram() { int number=0; // Initialization 0 HANDLE snap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); // This function has system information AnsiString name; if(snap.. 2009. 5. 1.
윈도우 서비스 삭제하기 [ 윈도우 서비스 삭제하기 ] 서비스에 관련된 윈도우 명령은 "sc" 입니다. 도스커맨드 프롬프트(시작->실행->"cmd" 입력하고 확인)에서 "sc"입력하면 다음과 같은 도움말이 출력됩니다. ====================================================== 설명: SC는 서비스 제어 관리자 및 서비스와의 통신에 사용되는 명령줄 프로그램입니다.사용법: sc [명령어] [서비스 이름] ... 옵션의 형식은 "\\ServerName">\ServerName"입니다. 명령어에 대한 자세한 도움말은 다음을 입력하십시오: "sc [명령어]"명령어: query-----------서비스 상태를 쿼리하거나 서비스 종류의 상태를 열거합니다. queryex---------서비스의 확장 상태를.. 2009. 3. 27.
출장 중에 사용 할만한 영문장 1. 호텔에서 아침에 모닝콜을 요청할 때 이런 표현은.... Could you wake me up at 6 o'clock? 2009. 3. 5.
액세스바이올레이션 발생시 뜨는 주소값으로 에러난 라인 찾기 [600] [펌] 액세스바이올레이션 발생시 뜨는 주소값으로 에러난 라인 찾기김태선 [jsdkts] 1710 읽음 2006-04-29 23:12델마당 팁인데, 빌더도 거진 동일한 사항이라 펌합니다. 기사 작성자: 양병규 [팁] 액세스바이올뢔이션 발생시 뜨는 주소값으로 에러난 라인 찾기.... 내려받기 : 액세스바이올뢔이션.zip (209768 바이트) -> 파일은 원문 주소를 클릭해서 보세용. 어떻게 보면 기본인것같은데.. 의외로 많은 분들이 잘 모르시는 것같아서... 이야기해봅니다. 액세스바이올뢔이션 에러가 발생하면 에러난 위치의 주소값을 16진수로 보여줍니다. 그 화면을 본 사용자는 큰일 난줄알고 바로 연락하는 경우가 많은데... 그 화면의 내용을 줄줄줄 다 읽어주기도하고.... 보통은 캡쳐해서 보내주.. 2009. 3. 5.
LG F7000N-PN 동영상, 이미지 사이즈 LG F7000N-PN 동영상, 이미지 사이즈1. 동영상- 800 x 480 해상도를 지원하지만 MP4로 인코딩한 결과 소리는 나는데 화면이 보이지 않는다.- 제품에 포함된 샘플을 확인 한 결과 Video Format : xvid Codec ID : xvid Duration : 2mn 3s Bit rate : 1497 Kbps Width : 640 pixels Height : 360 pixels Display aspect ratio : 16/9 Frame rate : 20.000 fps Resolution : 24 bits Bits/(Pixel*Frame) : 0.325 Stream size : 22.0 MiB (95%) Audio Format : MPEG Audio Format version : Ver.. 2009. 2. 20.
SetBkMode - TextOut 할 때 글자 쓴 곳의 배경을 투명하게 하는 함수 The SetBkMode function sets the background mix mode of the specified device context. The background mix mode is used with text, hatched brushes, and pen styles that are not solid lines. int SetBkMode( HDC hdc,// handle of device context int iBkMode // flag specifying background mode ); Parametershdc: Identifies the device context. iBkMode :Specifies the background mode. This parameter can be eit.. 2009. 2. 12.
VK_ 가상키 VK_CANCLE : 컨트롤 + Break VK_UP : 위쪽 커서 키 VK_LEFT : 왼쪽 커서 키 VK_RIGHT : 오른쪽 커서 키 VK_DOWN : 아래쪽 커서 키 VK_BACK : 백스페이스 키 VK_RETURN : 엔터 키 VK_TAB : 탭 키 VK_SHIFT : 쉬프트 키 VK_INSERT : Insert 키 VK_CONTROL : 컨트롤 키 VK_DELETE : Delete 키 VK_MENU : 알트 키 VK_HOME : Home 키 VK_CAPITAL : Caps Lock 키 VK_END : End 키 VK_ESCAPE : ESC 키 VK_SPACE : 스페이스 키 VK_PRIOR : Page Up 키 VK_NEXT : Page Down 키 VK_SCROLL : Scroll Lock .. 2009. 1. 29.
ZipBuilder에서 ExtractFileToStream()함수 사용법 With the ExtractFileToStream method you can extract a specified file from a Zip archive into a stream.Function:ExtractFileToStream( Filename: String ): TZipStream;Description: Extracts if specified file 'Filename' or else the first file specified in the FSpecArgs property from the archive specified by the ZipFileName propertyAfter this method returns the stream position is at the begin of the st.. 2008. 12. 11.
Information about Special Windows Folders SHGetSpecialFolderLocation FunctionRetrieves a pointer to the ITEMIDLIST structure of a special folder.SyntaxHRESULTSHGetSpecialFolderLocation( HWNDhwndOwner,intnFolder,PIDLIST_ABSOLUTE*ppidl);ParametershwndOwner [in]Reserved. nFolder [in]A CSIDL value that identifies the folder of interest. ppidl [out]A pointer to an item identifier list (PIDL) specifying the folder's location relative to the r.. 2008. 12. 10.
LIST