분류 전체보기
-
MCI(Media Control Interface)미디어/동영상 2009. 8. 18. 23:03
Windows Multi-Media extensions library WINMM.DLL MCI는 WAVE 파일, AVI 파일(Audio-Video Interleaded), MPEG 파일, CD-AUDIO를 비롯한 각종 매체를 다룰 수 있다. VFW(Video For Windows)를 통합 MFC에는 멀티미디어 기능을 직접 지원하는 클래스가 없다. Audio Stream amplitude Bits Per Sample Number Of Channels separate streams of audio Sample Rate (Hz * Sample Bit Rate * Channels)/(Bits Per Byte) = Bytes Per Second PCM(Pulse Code Modulation) audio forma..
-
-
-
WebBrowser Control - MFCActiveX/컨트롤 2009. 8. 12. 15:27
CWebBrowser2 .Create() .Navigate2() .Navigate() .GoHome() Microsoft 웹브라우저 컨트롤 추가하기 Project -> Add To Project -> Components and Controls Resigtered ActiveX Controls -> Microsoft웹 브라우저 #include "WebBrowser2.h" class CTryView : public CView { // { CWebBrowser2 m_search; // } protected: // create from serialization only CTryView(); ... // Generated message map functions protected: //{{AFX_MSG(CTryVi..
-
Windows Internet Explorer - C++ActiveX/인터넷 익스플로러 2009. 8. 10. 17:59
ShellWindows::IShellWindows .GetCount() IWebBrowser2 .GetLocationName() .GetDocument() // IHTMLDocument2 IHTMLDocument2 .Gettitle() .get_body() // IHTMLElement IHTMLElement .get_outerHTML() IObjectWithSite // BHO COM Server SetSite() IUnknown IWebBrowser // ExDisp.h .GoBack() .GoForward() .GoHome() .GoSearch() .Refresh() .Refresh2() .Stop() .get_Application() .get_Parent() .get_Container() .get_..
-
WebBrowser Control - C++ActiveX/컨트롤 2009. 8. 10. 15:56
WebBrowser Control IDispatch IWebBrowser2 .ReadyState READYSTATE_COMPLETE .Navigate2() .get_Document() // IDispatch -> IHTMLDocument2 .get_StatusText() on DownloadBegin on DocumentComplete on DownloadComplete IOleObject IHTMLWindow2 IHTMLDocument2 .get_all() .get_parentWindow() // IHTMLWindow2 IHTMLElementCollection .item() .tags // IHTMLElementCollection IHTMLElement a connectable object IConne..
-
링크기타 2009. 8. 9. 23:01
http://blog.naver.com/PostView.nhn?blogId=unique_yj&logNo=120178195895&beginTime=0&jumpingVid=&from=search&redirect=Log&widgetTypeCall=true http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/ezinstall.htmlftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/ 리눅스 배포판 순위 http://kldp.org/node/103977 TIOBE Programming Community Index http://www.tiobe.com/index.php/content/pape..