C++/(MFC)경로 저장시 / 문자 추가

Full text search for "Windows"


Case-sensitive searching
Display context of search results
  • Windows2003Tips . . . . 81 matches
         #title Windows2003 Tips
         #keywords windows, windows 2003, PC tips
         * Windows 2003 Server 설치 기본내용 총정리 기본Tip.
         * 기본적으로 Windows 2003은 윈2000 or XP보다 훨씬 빠른속도와 확장성을보여줌! (저사양에서도 빠른성능을 보여줌.)
         * Windows Sever 2003 은 서버운영체제 이므로 많은 기능이 비활성화 되어 있어서 설치후에 대부분 불편을 느끼는데 이걸 해결하는 방법을 간단히 적어보니 참조 하세요.
         * 여기에 이 팁은 Windows 2003 버전을 손쉽게 사용하도록 해주는 기본팁 입니다.
         *** Windows 2003 설치버젼확인 : 시작-실행-winver-엔터
         *시작-실행-gpedit.msc-확인-그룹정책개체편집기-컴퓨터구성-windows설정-보안설정-로컬정책-보안옵션-대화형로그온ctrl+alt+del]을 사용할필요없음-더블클릭
         * 제어판-프로그램 추가/제거-windows 구성요소 추가/제거-Internet Exporer 보안 강화구성-이것을 클릭후 체크(해제)하고 밑에 자세히를 클릭-관리자구성 과 기타 사용자그룹-체크(해제)-다음 클릭-잠시 작업후에 비활성화됨-인터넷옵션 보안에는 보통으로 됨
         * 다음에는 사운드를 사용하기위해서-windows audio 더블클릭-(자동)으로 적용
         * 시작-관리도구-서비스-Windows Image Acquisition(WIA)
         Windows2003tip@hotmail.com
         4. Windows 2003 Internet Explorer 로딩 속도 향상법
         12. Windows 창이 뜨는 속도 높이기
         13. WINDOWS 2003 설치 후 내컴퓨터등 기본아이콘 보이게 하기
         20. Windows Messenger 삭제하는 방법
         23. Windows 시작시 자동로그온방법
         27. 저사양 컴터에서 WINDOWS 2003 잘 돌아가게 하는방법
         29. Windows 2003 부팅 후 NumberLock 설정방법
         05. 자신의 Windows 2003 정품 인증 확인 방법
  • 윈도우 레지스트리 . . . . 18 matches
         || Windows 3.1 이전 || Windows 3.11 || Windows 95 이후 || => ||
         || ($Application)\.INI 파일 || C:\Windows\Reg.DAT || 레지스트리 하이브 || => ||
         윈도우 3.X, DOS 에서는 구성 설정을 담는데 각 프로그램마다 .INI 파일이 사용되었다. 당연히 이러한 파일들이 시스템 여러 곳에 퍼져있어서 찾기가 쉽지 않았는데 윈도우 3.11을 개발하는 동안 .INI 파일을 제거해야 한다는 필요성이 제기되었다. 이에 새로운 파일 형식이 도입되었는데 이 파일을 Reg.DAT 이라 하고 C:\Windows 디렉터리에 저장되었으며 현재 레지스트리 구조의 선구자적 역할을 했다.
         || Windows 95, 98, and ME ||\Windows\USER.DAT & Windows\SYSTEM.DAT ||
         || Windows 2000/XP and Vista/7 ||\Windows\system32\config & %userprofile%\ntuser.dat 등 ||
          * HKEY_CURRENT_USER (HKCU)는 HKEY_USERS\'''%SID(User's Security identifier)%'''[[FOOTNOTE(사용자를 고유하게 식별하는 값. https://learn.microsoft.com/en-us/windows/win32/secauthz/security-identifiers)]]와 HKEY_LOCAL_MACHINE이 합쳐진 Shortcut이다. *아래 추가 설명. (사용자가 로그인하면 그 사용자의 프로파일에 대한 SID 서브키가 HKEY_USERS 아래 연결된다.)
          * C/C++: Windows API 함수를 사용하여 레지스트리 조작 가능 (e.g. RegOpenKeyEx(), RegSetValueEx(), RegQueryValueEx() 등)
          * `golang.org/x/sys/windows/registry`: Go에서 Windows API를 직접 사용하여 레지스트리를 조작할 수 있도록 지원하는 패키지입니다. 이 패키지는 Windows 전용이며, C/C++의 Windows API 함수와 거의 동일한 함수를 제공합니다.
          * `github.com/go-ole/go-ole`: Go에서 COM (Component Object Model) 인터페이스를 사용하여 레지스트리를 조작할 수 있도록 지원하는 패키지입니다. 이 패키지는 Windows 전용이며, 다른 COM 개체와 상호 작용할 수 있는 데 사용할 수도 있습니다.
          * `github.com/gentlemanautomaton/winreg`: Go에서 Windows API를 추상화한 패키지로, 레지스트리를 다루기 쉽도록 인터페이스를 제공합니다. 이 패키지는 Windows 전용이며, OS 버전 및 아키텍처에 대한 자동 처리 기능이 있습니다.
          * Mark E. Russinovich , et al., Windows Internals, 5th Edition.
  • C++ . . . . 11 matches
         === Windows System ===
         ["/(Windows)IE 모두 종료"]
         ["/(Windows)IE 탭 종료"]
         ["/(Windows)IE 향상된 보호 모드 ON/OFF"]
         ["/(Windows)기본 브라우저 열기"]
         ["/(Windows)파일 처리"]
         ["/(Windows)Z-Order 상위 윈도 비교"]
         ["/(Windows)캡처 윈도우"]
         ["/(Windows)CreateMutex로 중복 실행 제어"]
         ["/Windows Object 모든 종류 구분"]
         ["Windows Via C/C++"]
  • error C2061: 구문 오류 : 식별자 '__RPC__inout_xcount' . . . . 10 matches
         #keywords Troubleshooting,Windows,Windows SDK
         빌드 할 때 이 에러를 보게 되었다면 VS가 윈도 SDK 폴더를 찾지 못해서이다. 보통 Windows SDK 6.1이 설치된 상태에서 Windows SDK 7.0(이후) 버전을 설치했을 때 보인다.
         '''해결 방법: Windows SDK 6.1 (C:\Program Files\Microsoft SDKs\Windows\v6.1) 폴더를 삭제(혹은 이름 변경)한다. '''
         이것 말고도 SDK 6.X는 버그가 가끔 보인다. -_- ; 일단 내가 알고 있는 또 다른 건, SDK 6.1를 설치하니 VC++ 2008 디렉토리 옵션에 $(WindowsSdkDir)include 가 아니라 $(WindowsSdkDir)[[HTML(<font color="red"><b>\</b></font>)]]include 가 들어가서 빌드 오류가 생겼던 버그, 레지스트리 HKLM\Software\Microsoft\Microsoft SDKs\Windows@ProductVersion 에 6.0.6001.17011가 들어가야 하는데 ''' v6.0 ''' 이 들어가 있어서 Windows SDK Configuration Tool을 실행해도 설치된 버전을 못 찾았던 어처구니 없는 버그 등. -_-;
  • 학부/4학년 . . . . 9 matches
         ▶ 개발 환경 : Visual Studio 2010, Windows 7 UltimateK
         ▶ Windows XP, Windows 7 (32bit)
         using System.Windows.Forms;
          if (e.Button == System.Windows.Forms.MouseButtons.Right && this.FileViewOnly == true)
          else if (e.Button == System.Windows.Forms.MouseButtons.Right && this.FileViewOnly == false)
         ▶ 개발 환경 : Eclipse Helios, Visual Studio 2010, Windows 7 UltimateK
         ▶ PC : Windows XP, Windows 7 (32bit)
  • C_Sharp/윈도우 깜빡이기 Flash Window . . . . 7 matches
         // the current System.Windows.Forms.Form.
          public static bool Flash(System.Windows.Forms.Form form)
          // Make sure we're running under Windows 2000 or later
          public static bool Flash(System.Windows.Forms.Form form, uint count)
          public static bool Start(System.Windows.Forms.Form form)
          public static bool Stop(System.Windows.Forms.Form form)
          /// A boolean value indicating whether the application is running on Windows 2000 or later.
  • LocalKeywords . . . . 7 matches
         Microsoft RSS Windows
         C++ File Windows
         IE Tab "Window Message" Windows
         Safe TerminateProcess Windows
         Troubleshooting Windows "Windows SDK"
         "Batch File" Script Windows 비동기
  • 윈도우에서 쓰이는 명령어 . . . . 7 matches
         [19] wmimgmt.msc [WMI(Windows Management Infrastructure) 서비스 구성]
         [08] firewall.cpl [Windows 방화벽]
         Tour Windows XP [Tourstart.exe ]
         Windows Media Player [Wmplayer.exe ]
         Windows Messenger [Msmsgs.exe ]
         Windows Movie Maker [Moviemk.exe ]
         Windows Update [Wupdmgr.exe ]
  • omr1/501 . . . . 6 matches
         ▶ 개발 환경 : Visual Studio 2010, Windows 7 UltimateK
         ▶ Windows XP, Windows 7 (32bit)
         ▶ 개발 환경 : Eclipse Helios, Visual Studio 2010, Windows 7 UltimateK
         ▶ PC : Windows XP, Windows 7 (32bit)
  • Blog/2009-08 . . . . 5 matches
         그림은 Windows Writer에서 작성하여 Windows Live 블로그에 올린 것을 위지윅으로 복사하여 태그를 붙여 넣었다. 보기.. 좋나? 확대창이 뜨는 걸 만들면 더 좋을텐데. -- [hyacinth] [[DateTime(2009-08-09T13:12:42)]]
         Windows 사이드바 가젯 중 달력은 이름은 일정인데 일정 기능이 없다. 혹시나 내가 못 찾나 했지만 정말 달력 기능만 있다.
         달력에 표시하는 일정 관리나 일정 기억은 지금까지 휴대폰에 있는 걸 사용했다. 그렇지만 어제 노트북을 구입했기에 PC용을 찾아보았다. 구글 후 처음 찾은 앱은 TransPlan ver 1.60G([http://windspxe.cafe24.com/zbxe/?document_srl=4332 link])인데, 이게 설치하고 보니 저번주 박은찬 교수의 고진샤 바탕화면에서 본 것이다. 그 때 보고 깔끔해 보여서 어플 이름이 뭔가 물어볼까 하다 그만두었는데 이것이다. 문제 없으면 이걸 쓰려고 했는데 문제가 있다. Windows 사이드 바와 같이 쓰려고 하니 곂친다. 위치를 옮겨보려고 했는데 이동이 안 된다!! 조금 옆으로 움직일 수 있으면 쓰려고 했는데 바탕화면에 완전히 고정돼서 쓸 수 가 없다. 일단 삭제하고 더 찾아보았다.
         [[HTML(<font color=#777>TransPlan - Windows 사이드바와 곂친다.</font>)]]
  • VS . . . . 4 matches
         #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
         #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")
         #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
         #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
  • Windows2003Tips/MSN설치 . . . . 4 matches
         Describe Windows2003Tips/MSN설치 here 2008-03-09 23:36:52
         한 줄 요약 -> {{{#crimson Windows Live Messenger 8.1.0178 버전을 설치한다. }}} (이 버전만은 설치가 가능하다)
         Windows Live Messenger 8.1.0178 Korean
         Mess Patch for Windows Live Messenger 8.1.0178
         제어판-프로그램 추가/제거-windows 구성요소 추가/제거-Internet Exporer 보안강화구성- 이걸 클릭후에 체크해제하고 밑에 자세히를 클릭해서 엽니다. 그럼 안에 관리자구성과 기타사용자그룹 이렇게 두개가 보이는데 체크 해제를 합니다. 그런 다음에 확인하고 나서 다음을 클릭하면 됩니다. 그러면 잠시 작업후에 비활성화되는데 인터넷옵션 보안에는 보통으로 표시됩니다..
  • Blog/2012-09 . . . . 3 matches
         노트북에 윈도우8을 설치하고 1주일 정도 사용 중인데 시작 키를 누르면 메트로 스타일로 이동하는 게 여전히 조금 이상한 경험이긴 하지만 생각보다 나쁘지 않다. 자주 쓰는 프로그램은 한정되어 있고 편리한 ''런처''라고 생각하면 나을까..? 잘 알려졌다시피 윈도우8은 데스크탑 모드에서 시작 메뉴가 없다. 기존 경험으로는 예를 들어 그림판(mspaint.exe)을 실행하고 싶으면 '시작 > 보조 프로그램 > 그림판'을 선택하게 된다. 그런데 윈도우8은 시작 메뉴가 없기 때문에 처음엔 보조 프로그램들에 접근할 수 있는 방법이 없는 줄 알았다. 심지어 제일 편한 방법이 Win+R 키로 "C:\Windows\system32\mspaint.exe"를 실행하는 건가 라고까지 생각했는데... 나는 상관 없지만 아줌마 할아버지까지 모든 이를 윈도우 geek으로 만들 셈이냐. MS 이래도 되는 거냐! ;; 물론 MS가 그렇게 허술하게 만들리가 없다. 마우스를 모니터 오른쪽 모서리로 가져가면 나오는 메뉴에서 검색을 선택하면 모든 프로그램 목록이 보인다.
         그런데... 왼쪽 아래 시작 메뉴가 없어졌을 뿐 시작 메뉴에서 연결됐던 폴더(C:\ProgramData\Microsoft\Windows\Start Menu)는 탐색기에서 찾아보면 이전 윈도우에서 가지고 있는 구조를 그대로 가지고 있다. 처음에는 그게 정말 이상해(weird) 보였다. 그렇지만 윈도우8부터 시작 메뉴 폴더는 백 엔드 개념으로 숨기고 프론트 엔드를 메트로 스타일로 유도한다고 생각하면 아주 이상한 생각은 아니다. 위 앱 목록 화면은 프로그램 폴더 구조에서 실행가능한 파일(executable)을 분석해서 보여주는 화면으로 보인다. 그러고보면 지금까지 시작 메뉴는 Start Menu 폴더 내용을 보여주기만 했는데 지금 생각하면 훌륭한 저자동고유연성이다.. --
         http://www.martani.net/2012/03/workaround-to-access-windows-8-start.html
         C:\ProgramData\Microsoft\Windows\Start Menu\Programs
  • MPIR로 C++ 고정밀 연산을 해 보자 . . . . 3 matches
          * Win32 VS2010.zip (for use with VS2010 on 32-bit Windows)
          * Win64 VS2010.zip (for use with VS2010 on 64-bit Windows)
         Multiple Precision Arithmetic on Windows
  • Tools . . . . 3 matches
         === Windows Mute ===
         .doc 파일을 웹 페이지 도움말이나 Windows 도움말로 바꾸어주는 유틸러티. {OK}
         === Debugging Tools for Windows ===
  • WinDbg . . . . 3 matches
         ==== Commands (Windows Debuggers) MSDN ====
         http://msdn.microsoft.com/en-us/library/windows/hardware/ff539170(v=vs.85).aspx
          [https://docs.microsoft.com/ko-kr/windows-hardware/drivers/debugger/k--kb--kc--kd--kp--kp--kv--display-stack-backtrace-]
         HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
         ||Debugger||REG_SZ||"C:\Program Files (x86)\Debugging Tools for Windows\windbg.exe" -p %ld %e -%ld -g||
  • omr1/3 . . . . 3 matches
          Windows API/MFC
          Windows API 정복, 김상형, 가남사
         Programming Applications for Windows - Jeffrey Richter 번역서있음
  • 도움이 될 만한 사이트 . . . . 3 matches
         [1] Greg Hoglund, James Butler, Rootkits : Subverting the Windows Kernel (book)
         [3] Sven B.Schreiber, Undocumented Windows 2000 Secrets – A Programmer’s Cookbook (book)
         [4] 정덕영, Windows 구조와 원리 2판 (book)
  • 윈도우 기본 프로세스 정보 . . . . 3 matches
         사용자 로그온과 로그오프를 관리하는 프로세스. Ctrl+Alt+Del을 누를 때 활성화 되는 GINA(Windows 2000, 2003 and XP) 혹은 Credential Providers(Vista, Win 7, Windows 2008 and Remote Desktop Gateway).
         == Windows 2000/XP/Vista/7 Default Processes ==
         http://www.stevestechresource.com/str/instructional/windows_processes_default.html
  • 학부/2학년 . . . . 3 matches
         ▶ 개발 환경 : Visual Studio 2008, Windows Vista
         ▶ Windows XP, Windows Vista (32bit)
  • .cab 파일로 ActiveX 웹 페이지에 배포하기 . . . . 2 matches
         "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\makecert.exe" -sv "axtest.pvk" -n "CN= SECUVE AXTest" axtest.cer
         "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\cert2spc.exe" "C:\Users\rhealove\Documents\Visual Studio 2008\Projects\AXTest\Debug\axtest.cer" "C:\Users\rhealove\Documents\Visual Studio 2008\Projects\AXTest\Debug\axtest.spc"
  • C++/(MFC)ms단위 시간측정 . . . . 2 matches
         #include <Windows.h>
          * timeGetTime : (Windows.h와 winmm.lib)
  • C++/(Windows)IE 탭 종료 . . . . 2 matches
         #keywords IE,Tab,Window Message,Windows
         * TabWindowsClass = Top most tab
  • C++/(Windows)파일 처리 . . . . 2 matches
         #keywords C++,File,Windows
         C:\p...\sample.txt</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathCompactPathEx( LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszOut</em>, LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszSrc</em>, UINT <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">cchMax</em>, DWORD <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">dwFlags </em>);</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Truncates a path to fit within a certain number of characters by replacing path components with ellipses.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">PathCompactPath와 유사하다. 다만, pixel단위가 아니라 최대 cchMax만큼 잘라낸다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">HRESULT PathCreateFromUrl( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszUrl</em>, LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath</em>, LPDWORD <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pcchPath</em>, DWORD dwReserved );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Converts a file URL to a Microsoft MS-DOS path.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">URL형태로 구성된 경로를 Windows 경로 형식으로 변환해 준다. file:///c:/test.txt = c:\test.txt.
         PathFindNextComponent( "c:\windows\system32" ) = windows\system32
         PathFindNextComponent( "windows\system32") = system32</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathFindOnPath( LPTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszFile</em>, LPCTSTR *<em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">ppszOtherDirs</em> );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Searches for a file.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">파일을 검색한다. 만약 검색에 성공하면 pszFile에는 해당 파일의 전체 경로가 담겨져서 반환된다.
         ppszOtherDirs가 NULL이라면 windows 기본 경로(system32, 환경 변수 path의 값 등)에서 파일을 검색한다.
         PathIsRoot("c:\windows") = FALSE</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathIsSameRoot( LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath1</em>, LPCTSTR <em style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">pszPath2</em> );</strong></font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Compares two paths to determine if they have a common root component.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">pszPath1과 pszPath2가 같은 드라이브(루트폴더)에 있는지 검사한다.
         PathSearchAndQualify( "notepad.exe", buffer, MAX_PATH) = c:\windows\system32\notepad.exe;
         PathSearchAndQualify( "%SystemRoot%system32\notepad.exe", buffer, MAX_PATH) = c:\windows\system32\notepad.exe;</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"><strong style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">void PathSetDlgItemPath( HWND hDlg, int id, LPCSTR pszPath )</strong>;</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Sets the text of a child control in a window or dialog box, using PathCompactPath to ensure the path fits in the control.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">PathCompactPath와 유사하다. id로 지정된 Dialog Item에 출력하기 적합한 길이로 경로를 잘라준다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">LPCTSTR PathSkipRoot( LPCTSTR pszPath );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Parses a path, ignoring the drive letter or Universal Naming Convention (UNC) server/share path elements.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">루트 경로를 제거한다. 로컬 경로인 경우 드라이브문자(c:\)가 지워지고, UNC경로인 경우 서버이름, 공유폴더 이름이 제거된다.
         PathUnExpandEnvStrings( "c:\windows\", szBuffer, MAX_PATH ) = "%SystemRoot%";</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">BOOL PathUnmakeSystemFolder( LPTSTR pszPath );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Removes the attributes from a folder that make it a system folder. This folder must actually exist in the file system.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">폴더속성에서 system속성을 제거한다.</p></blockquote><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#0000ff" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">void PathUnquoteSpaces( LPTSTR lpsz );</font></p><blockquote dir="ltr" style="margin: 5px 0px 5px 5px; padding: 0px 0px 0px 16px; border: 0px; line-height: 1.3; font-family: 돋움, Dotum, AppleGothic, sans-serif; background-image: url(http://ts.daumcdn.net/custom/blog/29/294052/skin/images/iconBlockquote.gif); background-position: initial initial; background-repeat: no-repeat no-repeat;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;"></font><p style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;"><font color="#808080" style="margin: 0px; padding: 0px; border: 0px; line-height: 1.3;">Removes quotes from the beginning and end of a path.</font></p><p dir="ltr" style="margin-right: 0px; margin-left: 0px; padding-right: 0px; padding-left: 0px; border: 0px; line-height: 1.3;">경로를 둘러싼 큰 따옴표(")를 제거해 준다.
  • C++/ini Reader Writer . . . . 2 matches
         #include <Windows.h>
         #include <Windows.h>
  • C++/윈도우 버전 실행 중 얻기 . . . . 2 matches
         BOOL IsWindowsVista()
         BOOL IsWindowsXP()
  • C_Sharp/GetGUID . . . . 2 matches
         System.Security.Principal.WindowsIdentity user = System.Security.Principal.WindowsIdentity.GetCurrent();
  • C_Sharp/윈도우 현재 언어 가져오기 . . . . 2 matches
          Console.WriteLine("* 3-letter Win32 API Name: {0}" , ci.ThreeLetterWindowsLanguage);
         ci.ThreeLetterWindowsLanguage => KOR
  • EditPlus+MinGW+gcc 컴파일 설정 . . . . 2 matches
         Minimalist GNU for Windows
         C:\Windows\system32\cmd.exe
  • docker . . . . 2 matches
         === Windows Server Core에서 IIS 사용 ===
         (FROM mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2019 을 사용하지 않을 경우)
         FROM mcr.microsoft.com/windows/servercore:ltsc2019
         Add-WindowsFeature Web-Server; `
         Invoke-WebRequest -UseBasicParsing -Uri "https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.6/ServiceMonitor.exe" -OutFile "C:\ServiceMonitor.exe"
         ==== for windows ====
         (for windows)
         (...mac, windows 공통으로 경로 설정 바꾸는 것보다 그냥 심볼릭 링크 만들어도 무방하고 그 편이 더 쉬울 수 있다.)
  • irc logs/2002-2010 . . . . 2 matches
         [20:33] <02Mat> 14⇒OS : Windows Vista™ Home Premium K SP1 14⇒ 설치일 : 2009-07-29일14 ⇒ 9주 3일 14⇒ 업타임 : 1주 2일 21시간 51분
         [20:41] <04hyacinth> 14⇒OS : Windows Vista™ Ultimate K SP2 14⇒ 설치일 : 2008-08-15일14 ⇒ 59주 1일 14⇒ 업타임 : 4시간 36분
         [16:44] <04hyacinth> http://winnwe.com/windowsxp/perma/828/ 이런게 있네요
  • irc logs/2011 . . . . 2 matches
         [20:10] <+hyacinth^> 이번 5’th에서는 Windows Server 2008과 Vista에서의 기술을 설명하였습니다, 그리고 이번 판에서는 새로운 인물이 보입니다, Alex Ionescu라고 하는 젊은 친구입니다, 2년 전에 시애틀에서 만난 본사 개발자가 요즘 Solomon이 데리고 다니면서 키우는 19살 짜리 친구가 있는데 얼마 전 본사 개발자들을 상대로 강의를 했다’는 이야기를 들었는데 그 친구가 바로 Alex더 군요, 천재란게 있기는 한가 봅니다.. 참고로 Solomon은 이
         [14:56] <04hyacinth> 14⇒OS : Windows 7 Ultimate K-64bit 14⇒ 설치일 : 2010-09-10일14 ⇒ 18주 4일 14⇒ 업타임 : 1시간 50분
  • omr1/2 . . . . 2 matches
         2. [중급] 찰스 페졸드의 Programming Windows, 5th Edition
         3. [고급] Programming Microsoft Windows with MFC (2/E)
  • omr1/3/003 . . . . 2 matches
          Windows API/MFC
          Windows API 정복, 김상형, 가남사
  • omr1/401/manual . . . . 2 matches
         GNU wget 1.10 (for Windows wget)
         === Windows ===
  • 윈도우 10 0x8007045b 업데이트 에러 해결 . . . . 2 matches
         === 1. [업데이트 및 복구>Windows 업데이트 탭>고급 옵션] ===
         * Windows 업데이트 시 다른 Microsoft 제품 업데이트 - 체크 해제
  • Blog/2011-07 . . . . 1 match
         [20:10] <+hyacinth^> 이번 5’th에서는 Windows Server 2008과 Vista에서의 기술을 설명하였습니다, 그리고 이번 판에서는 새로운 인물이 보입니다, Alex Ionescu라고 하는 젊은 친구입니다, 2년 전에 시애틀에서 만난 본사 개발자가 요즘 Solomon이 데리고 다니면서 키우는 19살 짜리 친구가 있는데 얼마 전 본사 개발자들을 상대로 강의를 했다’는 이야기를 들었는데 그 친구가 바로 Alex더 군요, 천재란게 있기는 한가 봅니다.. 참고로 Solomon은 이
  • Blog/2013-06 . . . . 1 match
         ["Windows Via C/C++"]
  • Blog/2013-10 . . . . 1 match
         마소 주최 컨퍼런스에 다녀왔다. 주요 주제는 Windows 8.1, VS2013, MS Azure 였다.
  • C++/(MFC)OnSizing 윈도우 리사이징 컨트롤 크기 조정 . . . . 1 match
         #keywords MFC,Windows
  • C++/(Shell)바탕화면 아이콘 개체들 조회 . . . . 1 match
         #keywords C, Windows, Shell, 바탕화면
  • C++/(Windows)IE 모두 종료 . . . . 1 match
         EnumWindows(CloseIEProc, 0);
  • C++/(Windows)IE 향상된 보호 모드 ON/OFF . . . . 1 match
         #keywords Windows, IE, EPM, Registry
  • C++/(Windows)기본 브라우저 열기 . . . . 1 match
         #keywords Windows, Win32, Browser
  • C++/C# 크롬 URL 추출(Chrome_OmniboxView을 쓰지 않고) . . . . 1 match
         그 대안으로 Windows accessibility APIs를 사용해 현재 탭의 URL을 얻을 수 있으며 이를 소개합니다.
         ## http://msdn.microsoft.com/en-us/library/windows/desktop/ff486375(v=vs.85).aspx
  • C++/MFC 메시지 맵에 대해 . . . . 1 match
          UINT nMessage; // windows message
          UINT nID; // control ID (or 0 for windows messages)
         http://www.codeproject.com/Articles/598/Windows-Message-Handling-Part
  • C++/SafeTerminateProcess . . . . 1 match
         #keywords Safe,TerminateProcess,Windows
  • C++/Windows Object 모든 종류 구분 . . . . 1 match
         #keywords Windows,Kernel
          else if (0 == _tcsicmp(TEXT("WindowStation"), pstInfo->TypeName.Buffer))
          (*pnObject) = TYPE_KERNEL_OBJECT_WINDOWSTATION;
  • C++/cryptohash . . . . 1 match
         #include <Windows.h>
  • C++/모든 윈도우 메시지 종류 HEX DECIMAL 값 . . . . 1 match
         http://wiki.winehq.org/List_Of_Windows_Messages
         <P style="PADDING-BOTTOM: 0px; MARGIN: 0.5em 0px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-SIZE: 12px; PADDING-TOP: 0px" class=line862>PSM_RESTARTWINDOWS</P></TD></TR>
         <P style="PADDING-BOTTOM: 0px; MARGIN: 0.5em 0px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-SIZE: 12px; PADDING-TOP: 0px" class=line862>FM_REFRESH_WINDOWS</P></TD></TR>
  • C_Sharp/.NET Framework 4.0에서 ILMerge 사용법 . . . . 1 match
         "C:\Program Files (x86)\Microsoft\ILMerge\ILMerge.exe" /lib:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319" /lib:"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies" /targetplatform:v4 /out:UserDataSyncId.exe UserDataSync.exe AjaxPro.2.dll Interop.CRYPTCOMLib.dll log4net.dll Oracle.DataAccess.dll ZsFramework.Data.dll ZsFramework.Utils.dll ZsFramework.Web.dll ZsFramework.Win32.dll /log
  • C_Sharp/INI 읽고 쓰기 . . . . 1 match
          System.IO.FileInfo exefileinfo = new System.IO.FileInfo(System.Windows.Forms.Application.ExecutablePath);
  • GetLastError(Windows)는 어디에 기록될까 . . . . 1 match
         #keywords Windows, Win32API, GetLastError
  • HelpOnSubPages/SubPages . . . . 1 match
          * XWindows
  • JavaScript/브라우저 체크, 익스플로러 버전 체크 . . . . 1 match
          Mozilla/4.0 (compatible; '''MSIE 7.0'''; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
          mozilla/5.0 (windows nt 6.1; wow64; trident/7.0; slcc2; .net clr 2.0.50727; .net clr 3.5.30729; .net clr 3.0.30729; media center pc 6.0; .net4.0c; infopath.3; .net4.0e; '''rv:11.0''') like gecko
  • Link . . . . 1 match
         http://channel9.msdn.com/Shows/Going+Deep/Arun-Kishan-Farewell-to-the-Windows-Kernel-Dispatcher-Lock -- [hyacinth] [[DateTime(2013-07-24T05:58:28)]]
  • NPAPI NPRuntime 크롬 파이어폭스 플러그인 만들기 . . . . 1 match
         1. Get SDK for Windows
  • PHP/모바일 여부 확인 . . . . 1 match
         $mobile_agent = '/(iPod|iPhone|Android|BlackBerry|SymbianOS|SCH-M\d+|Opera Mini|Windows CE|Nokia|SonyEricsson|webOS|PalmOS)/';
  • PowerShell . . . . 1 match
         PowerShell에는 수백 가지의 내장 cmdlet이 있으며, 이러한 cmdlet은 파일 및 폴더 관리, 프로세스 관리, 이벤트 로깅, 성능 모니터링 등 다양한 작업을 수행할 수 있다. 일부 cmdlet은 Windows 운영 체제의 서비스나 레지스트리와 상호 작용하는데 사용되기도 한다.
  • WindowsServer . . . . 1 match
         2) {{{Windows 로그 > 시스템 > 현재 로그 필터링}}}
  • omr1/404 . . . . 1 match
         Microsoft Windows 2000/XP/VISTA 이상 환경
  • robocopy . . . . 1 match
         Robocopy, 또는 "Robust File Copy(강건한 파일 복사)"는 명렬 줄 디렉터리 또는 파일 복제 명령이다. robocopy는 윈도 XP의 xcopy를 대체하며 기능적으로 더 많은 옵션을 제공한다. 이것은 윈도 NT 4.0에서 Windows 리소스 키트의 일부로 제공되며, 윈도 Vista 및 윈도 서버 2008에서 기본으로 도입되었다.
  • 레지스트리 키 내보내기 . . . . 1 match
         Windows Registry Editor Version 5.00
  • 윈도우 배치 파일에서 비동기로 실행 . . . . 1 match
         #keywords Batch File,Script,Windows,비동기
  • 유니코드에 대해 . . . . 1 match
         Windows Vista >= only
         https://msdn.microsoft.com/en-us/library/windows/desktop/dd319093(v=vs.85).aspx
  • 폰트에 대해 . . . . 1 match
         - Windows, Mac, Linux 등 모든 환경에서 모니터 화면 또는 인쇄물 상에서 같은 글자 모양을 보여주기 위해 만듦.
Found 66 matching pages out of 1201 total pages

You can also click here to search title.