부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. (시리즈 글이 2개 있습니다.) .NET Framework: 496. 마우스 커서가 놓인 지점의 문자열 얻는 방법 ; https://www.sysnet.pe.kr/2/0/1861 닷넷: 2366. C# - UIAutomationClient를 이용해 시스템 트레이의 아이콘을 열거하는 방법 ; https://www.sysnet.pe.kr/2/0/14018 마우스 커서가 놓인 지점의 문자열 얻는 방법 예전에 잠깐 소개한 적이 있는, The managed way to retrieve text under the cursor (mouse pointer) ; https://www.sysnet.pe.kr/2/2/186 The managed way to retrieve text under the cursor (mouse pointer) ; https://devblogs.microsoft.com/oldnewthing/20130408-00/?p=4733 위의 글에 공개된 코드는 마우스 커서 밑에 있는 텍스트 내용을 구하는데, 이번에는 '단어(Word)' 단위로 가져오는 것도 소개하는 글이 떴습니다. Reading the word under the cursor via UI Automation ; https://devblogs.microsoft.com/oldnewthing/20150216-00/?p=44673 그런데, 직접 해보면 아시겠지만 그다지 인식율이 좋지 않습니다. 실제로 "Reading the word under the cursor via UI Automation" 글의 전제 조건에 해당하는 TextPattern 클래스를 제공하는 응용 프로그램은 많지 않습니다. 몇 가지 테스트를 해 보니 메모장(notepad.exe), 마이크로소프트 오피스의 워드/아웃룩에서는 인식이 잘 되었습니다. 또한 WinForm 응용 프로그램을 만들때 기본 제공되는 "TextBox" 에디트 컨트롤에서도 인식이 됩니다. 하지만, 그 외 일반적으로 많이 사용하는 어도비 PDF 리더, 마이크로소프트 오피스의 파워포인트/원노트, 인터넷 익스플로러, 크롬 브라우저, Visual Studio 등에서는 인식이 안 되었습니다. TextPattern 클래스를 구현한 응용 프로그램이 별로 없다는 이야기겠지요. ^^ 어쨌든 그래도 UI Automation의 활용 사례 중 하나로 알아두는 것도! 첨부한 코드는 "Reading the word under the cursor via UI Automation" 글의 예제를 그대로 만들어 본 것입니다. [이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] .NET Framework: 497. .NET Garbage Collection에 대한 정리[이전 글] .NET Framework: 495. CorElementType의 요소 값 설명 [최초 등록일: 2/18/2015] [최종 수정일: 10/2/2025] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 2020-11-11 09시40분 Auto Translate Mouse At Text Cursor; https://chentiangemalc.wordpress.com/2020/11/10/auto-translate-mouse-at-text-cursor/; https://github.com/chentiangemalc/AutoTran 정성태 ... 46 47 [48] 49 50 51 52 53 54 55 56 57 58 59 60 ... NoWriterDateCnt.TitleFile(s) 12856정성태11/23/202123858.NET Framework: 1121. C# - 동일한 IP:Port로 바인딩 가능한 서버 소켓 [2]12855정성태11/13/202117794개발 환경 구성: 605. Azure App Service - Kudu SSH 환경에서 FTP를 이용한 파일 전송12854정성태11/13/202120522개발 환경 구성: 604. Azure - 윈도우 VM에서 FTP 여는 방법12853정성태11/10/202118504오류 유형: 766. Azure App Service - JBoss 호스팅 생성 시 "This region has quota of 0 PremiumV3 instances for your subscription. Try selecting different region or SKU."12851정성태11/1/202121232스크립트: 34. 파이썬 - MySQLdb 기본 예제 코드12850정성태10/27/202123305오류 유형: 765. 우분투에서 pip install mysqlclient 실행 시 "OSError: mysql_config not found" 오류12849정성태10/17/202122613스크립트: 33. JavaScript와 C#의 시간 변환 [1]12848정성태10/17/202121705스크립트: 32. 파이썬 - sqlite3 기본 예제 코드 [1]12847정성태10/14/202122663스크립트: 31. 파이썬 gunicorn - WORKER TIMEOUT 오류 발생12846정성태10/7/202124062스크립트: 30. 파이썬 __debug__ 플래그 변수에 따른 코드 실행 제어12845정성태10/6/202120246.NET Framework: 1120. C# - BufferBlock<T> 사용 예제 [5]112844정성태10/3/202119979오류 유형: 764. MSI 설치 시 "... is accessible and not read-only." 오류 메시지12843정성태10/3/202119687스크립트: 29. 파이썬 - fork 시 기존 클라이언트 소켓 및 스레드의 동작112842정성태10/1/202139846오류 유형: 763. 파이썬 오류 - AttributeError: type object '...' has no attribute '...'12841정성태10/1/202122737스크립트: 28. 모든 파이썬 프로세스에 올라오는 특별한 파일 - sitecustomize.py12840정성태9/30/202120646.NET Framework: 1119. Entity Framework의 Join 사용 시 다중 칼럼에 대한 OR 조건 쿼리112839정성태9/15/202125365.NET Framework: 1118. C# 11 - 제네릭 타입의 특성 적용112838정성태9/13/202124403.NET Framework: 1117. C# - Task에 전달한 Action, Func 유형에 따라 달라지는 async/await 비동기 처리 [2]112837정성태9/11/202120098VC++: 151. Golang - fmt.Errorf, errors.Is, errors.As 설명12836정성태9/10/202119868Linux: 45. 리눅스 - 실행 중인 다른 프로그램의 출력을 확인하는 방법12835정성태9/7/202121984.NET Framework: 1116. C# 10 - (15) CallerArgumentExpression 특성 추가 [2]112834정성태9/7/202123003오류 유형: 762. Visual Studio 2019 Build Tools - 'C:\Program' is not recognized as an internal or external command, operable program or batch file.12833정성태9/6/202117528VC++: 150. Golang - TCP client/server echo 예제 코드112832정성태9/6/202122973VC++: 149. Golang - 인터페이스 포인터가 의미 있을까요?12831정성태9/6/202117650VC++: 148. Golang - 채널에 따른 다중 작업 처리112830정성태9/6/202124004오류 유형: 761. Internet Explorer에서 파일 다운로드 시 "Your current security settings do not allow this file to be downloaded." 오류 ... 46 47 [48] 49 50 51 52 53 54 55 56 57 58 59 60 ...