본문 바로가기

분류 전체보기280

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.
[영어] 돌발상황 대처하기 / 어떤 해결책을 제시해야 할 지 모르겠 땐? 1. 문제 해결에 대한 권한이 없는 사람이라고 말하자!I would love to help you with your issue and I have some suggestions. But unfortutely, I am not authorized to handle such kind of problem like yours.당신의 문제를 도와주고 싶고 몇 가지 제안도 있습니다. 하지만 불행히도, 저는 이런 종류의 문제를 처리할 권한이 없습니다.2. 너무 바쁘므로 다를 사람에게 넘기거나 나중에 처리해 줄 테니 조금 기다려달라고 말하자!I am extremely busy right now. I am afraid I can't take care of your problem at the moment. If you a.. 2008. 11. 5.
PocketPC에서 세로보기/가로보기 확인 방법 http://msdn.microsoft.com/ko-kr/library/microsoft.win32.registrykey.aspx WM 5.0 확인 결과HKEL_LOCAL_MACHINE -> System -> GDI ->Rotation -> AngleAngle 값을 통해 확인 할 수 있다.가로보기 Angle: 0x5A(90)세보보기 Angle: 0x00(0) using System; using System.Security.Permissions; using Microsoft.Win32; private void Rearrange() { Object temp = null, defaultValue = null; try { RegistryKey localmachine = Registry.LocalMachine; .. 2008. 10. 23.
QuickTime Alternative (QT7 based) v1.81 QuickTime Alternative (QT7 based) v1.81이 파일을 받아서 설치해야 곰플레이어에서 MOV파일을 볼 수가 있다.최신 버전을 다운 받으면 되지 않는다. 2008. 10. 17.
InstallFactory의 사용법 ** 프로그램 다운로드: install_factory.zipInstallFactory는... InstallFactory는 화일이나 프로그램의 자동 압축해제(SFX, Self-Extract) 설치화일을 만드는 유틸리티로, 기존의 큰 설치프로그램 유틸리티만큼 다양한 기능은 가지고 있지 않지만 그 보다 편리하고 손쉽게 컴팩트한 설치화일을 만들 수 있습니다. InstallFactory의 특징으로는, 사용자 위주의 쉽고 편리한 인터페이스를 제공합니다. 콘텍스트 메뉴를 이용해 간단하게 설치화일을 만들 수 있습니다. 편리한 프로젝트 관리 기능을 가지고 있습니다. 설치/제거 모듈 자체가 압축되어 있어서 컴팩트한 설치화일을 만들 수 있습니다. 설치화일은 한글과 영어, 2개 국어로 만들 수 있습니다. Delayed-Cop.. 2008. 9. 5.