반응형 IT-개발,DB729 [개발/MFC] IE 새창 띄우기 [개발/MFC] IE 새창 띄우기 인터넷 익스플로러에서 새 창 띄우는 방법을 알아보자. if(m_spPopUpWeb == NULL) m_spPopUpWeb.CoCreateInstance(CLSID_InternetExplorer); if(m_spPopUpWeb) { USES_CONVERSION; VARIANT vtEmpty; VariantInit(&vtEmpty); CComBSTR bstrURL = lpszURL; m_spPopUpWeb->Navigate(bstrURL, &vtEmpty, &vtEmpty, &vtEmpty, &vtEmpty); //m_spPopUpWeb->put_MenuBar(VARIANT_FALSE); //m_spPopUpWeb->put_ToolBar(VARIANT_FALSE); //m_.. 2011. 7. 27. [IT/개발] 익스플로어 주소창에 검색 기능 넣기 [IT/개발] 익스플로어 주소창에 검색 기능 넣기 ...\Internet Explorer\SearchUrl 주소 별명으로 주소창에 검색기능 넣기 주소 별명이란, 길다란 주소 대신 자신이 정한 애칭을 입력하게 되면 해당 주소로 이동시켜 주는 기능입니다. 그리고 이를 좀 더 응용하면 주소 별명 기능으로 주소창에서 검색또한 가능 합니다. 첨부된 레지스트리를 적용한 후 아래와 같은 값으로 인터넷 익스플로러 주소 필드에 입력하면 된다. 구글(http://www.google.co.kr) : 주소 필드에 "g 검색어"를 넣어 검색하며 구글 검색 결과를 보여준다 네이버(http://naver.com) : 주소 필드에 "n 검색어"를 넣어 검색하며 네이버 검색 결과를 보여준다 야후(http://kr.yahoo.com) .. 2011. 7. 25. [개발/VC] Understanding and Working in Protected Mode Internet Explorer Understanding and Working in Protected Mode Internet Explorer Marc Silbey, Peter Brundrett Microsoft Corporation January 2006 Last Updated: February 2011 Applies to: Windows Internet Explorer 7 in Windows Vista and later Summary In Windows Vista, Internet Explorer 7 runs in Protected Mode, which helps protect users from attack by running the Internet Explorer process with greatly restricted priv.. 2011. 7. 25. [IT/VC] Installing a Search Provider and Setting the Default Installing a Search Provider and Setting the Default Windows Internet Explorer 8 extends a rich searching experience by offering users the option to install multiple search providers. As a user installs search providers, each provider has a chance to set itself as the default provider. Internet Explorer 8 has a new mandatory Search Provider Default user experience that keeps the user in control .. 2011. 7. 25. [IT/디자인] 전문 디자인 분야를 나누어 본다면 [IT/디자인] 전문 디자인 분야를 나누어 본다면 이 분류가 요즘의 분류인지 잘 모르겠지만... 디자인 분야를 분류해보자. [일반 디자인] 웹 디자인 / 기획 그래픽 / 편집 일러스트 CI / BI 광고 디자인 폰트 디자인 [응용디자인] CG / 영상 게임 디자인 애니메이션 캐릭터 [산업디자인] 제품 디자인 패키지 패션 / 텍스타일 건축 / 인테리어 사진 / 영상 [순수미술] 공예 위 분류말고도 더 많은 종류가 있을 것 같다... 지금은 이까지만 기록해보자. 2011. 7. 24. [IT/윈도우즈] 윈도우즈 XP "Windows 정품 혜택 알림" 메시지 없애기 윈도우즈 XP를 사용하시는 분들중에 정품 혜택 알림 창이 계속 나타나서 귀찮은 분들 많으십니다. 이 창이 더이상 나타나지 않게 간단하게 해결하는 방법이 있습니다. 이 창은 wgasetup.exe 파일로 실행이 되어 나오는 것입니다. 그렇다면 이 파일이 삭제되면 이 "windows 정품 혜택 알림"창이 나타나지 않겠죠.. 이 파일이 있는 위치는 아래와 같습니다. "C:\WINDOWS\system32\KB905474" 이 경로에 관련된 파일이 2건이나 3건이 있습니다. 모두 지워도 되고 wgasetup.exe 파일만 지워도 됩니다. 또 이 프로그램은 Task Scheduler에 의해서 시작되기 때문에 "C:\Windows\Tasks\wgasetup.exe"에서도 삭제해도 됩니다. 2011. 7. 22. 이전 1 ··· 67 68 69 70 71 72 73 ··· 122 다음 반응형