본문 바로가기
반응형

CLSID6

[개발/Visual C++] MFC Active 생성 MFC Active 생성 1. Workspace 생성 MFC ActiveX control wizard를 선택. 2. Property 생성(메뉴 View > ClassWizard) 1) ClassWizard의 Automation tab에서 선택 2) Class name에서 Control class 선택(...Ctrl) 3) (Add Property...) 버튼 클릭 3) External name: ActiveX를 사용하는 프로그램에서 사용할 property name 4) Type: property type 5) Variable name: ActiveX 내부에서 사용할 property 변수명 6) Notification function: property 값이 변경되면 실행되는 함수. 별로 사용하지 않는다. .. 2015. 11. 9.
[개발/javascript] 미디어 플레이어의 화면구조 # 미디어 플레이어의 화면구조 ⓐ ShowTracker : 진행도를 알 수 있는 패널조절바를 보여줄 지 설정합니다. ⓑ ShowControls : 실행, 중지, 일시중지가 있는 조절판을 보여줄지 설정합니다. ⓒ ShowPositionControls : 이전, 이후 탐색이 있는 조절판을 보여줄 지 설정합니다. ⓓ ShowAudioControls : 소리와 볼륨조절기를보여줄 지 설정합니다. ⓔ ShowGotoBar : 실행바를 보여줄 지 설정합니다. ⓕ ShowDisplay : 하단정보창을 보여줄 지 설정합니다. ⓖ ShowStatusBar : 하단 상태바를 보여줄 지 설정합니다. 각 속성은 부울(Boolean:True, False와 같이 논리적인 값)값을 이용하여 설정합니다. True이면 보여주고 Fals.. 2015. 1. 3.
[개발/VC++] AppID란 무엇인가? 번역 : 쌈꼬쪼려 소백촌닭 AppID 가 도대체 뭐꼬? 출처 : http://blogs.msdn.com/b/jigarme/archive/2007/10/09/what-is-appid.aspx What is AppID? If you have got chance to work with DCOM /COM+ frequently; you might have come across the term called AppID (if you are not able to recollect, take a look here, HKEY_CLASSES_ROOT\AppID). Many people are confused about what AppID is?? If you are one of them, go on... read the f.. 2010. 12. 28.
[VC++] Adding Toolbar Buttons Adding Toolbar Buttons This tutorial explains how to add a toolbar button to the Windows Internet Explorer user interface. The toolbar button can either run a Microsoft Win32 application, run a script, or open an Explorer Bar. If you also want to create a menu item for the Win32 application or script, see the Adding Menu Items tutorial. Requirements and Dependencies General Steps Adding the Deta.. 2010. 9. 28.
[VC++] Adding Explorer Bars Adding Explorer Bars 란 IE에 DeskBand bar를 추가하는 것을말한다. 툴바도 될 수 있고..... Adding Explorer Bars This tutorial explains how to add an Explorer Bar in Windows Internet Explorer. If you also want to create a toolbar button for the Explorer Bar, see the Adding Toolbar Buttons tutorial. Requirements and Dependencies Implementation Steps Related Topics Requirements and Dependencies Developers who want to ad.. 2010. 9. 28.
[MFC/Win] ActiveX killbit, 사용안함 처리 ; Activex 사용안함 처리 (IE '추가기능 관리' 에 확인가능) HKCU "Software\Microsoft\Windows\CurrentVersion\Ext\Settings\$CAB_GUID_0" Flags = 1 (REG_DWORD) Version = * (REG_SZ) ; Activex 사용안함 제거 DeleteRegKey HKCU "Software\Microsoft\Windows\CurrentVersion\Ext\Settings\$CAB_GUID_0" ; Kill bit 처리 (IE '추가기능 관리' 에서 해당 activex항목표시 자체가 사라짐. 해당 activex 구동안됨) HKLM "SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility.. 2010. 9. 7.
반응형