부모글 보이기/감추기 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 정성태 ... 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 ... NoWriterDateCnt.TitleFile(s) 13535정성태1/22/202417677닷넷: 2208. C# - GCHandle 구조체의 메모리 분석13534정성태1/21/202415767닷넷: 2207. C# - SQL Server DB를 bacpac으로 Export/Import113533정성태1/18/202415291닷넷: 2206. C# - TCP KeepAlive의 서버 측 구현113532정성태1/17/202415028닷넷: 2205. C# - SuperSimpleTcp 사용 시 주의할 점113531정성태1/16/202416111닷넷: 2204. C# - TCP KeepAlive에 새로 추가된 Retry 옵션113530정성태1/15/202415413닷넷: 2203. C# - Python과의 AES 암호화 연동113529정성태1/15/202415220닷넷: 2202. C# - PublishAot의 glibc에 대한 정적 링킹하는 방법13528정성태1/14/202416341Linux: 68. busybox 컨테이너에서 실행 가능한 C++, Go 프로그램 빌드13527정성태1/14/202417475오류 유형: 892. Visual Studio - Failed to launch debug adapter. Additional information may be available in the output window.13526정성태1/14/202417585닷넷: 2201. C# - Facebook 연동 / 사용자 탈퇴 처리 방법13525정성태1/13/202415591오류 유형: 891. Visual Studio - Web Application을 실행하지 못하는 IISExpress13524정성태1/12/202414847오류 유형: 890. 한국투자증권 KIS Developers OpenAPI - GW라우팅 중 오류가 발생했습니다.13523정성태1/12/202415687오류 유형: 889. Visual Studio - error : A project with that name is already opened in the solution.13522정성태1/11/202417320닷넷: 2200. C# - HttpClient.PostAsJsonAsync 호출 시 "Transfer-Encoding: chunked" 대신 "Content-Length" 헤더 처리13521정성태1/11/202414891닷넷: 2199. C# - 한국투자증권 KIS Developers OpenAPI의 WebSocket Ping, Pong 처리13520정성태1/10/202415866오류 유형: 888. C# - Unable to resolve service for type 'Microsoft.Extensions.ObjectPool.ObjectPool`....' [1]13519정성태1/10/202414587닷넷: 2198. C# - Reflection을 이용한 ClientWebSocket의 Ping 호출113518정성태1/9/202416435닷넷: 2197. C# - ClientWebSocket의 Ping, Pong 처리13517정성태1/8/202413982스크립트: 63. Python - 공개 패키지를 이용한 위성 이미지 생성 (pystac_client, odc.stac)13516정성태1/7/202416124닷넷: 2196. IIS - AppPool의 "Disable Overlapped Recycle" 옵션의 부작용13515정성태1/6/202414301닷넷: 2195. async 메서드 내에서 C# 7의 discard 구문 활용 사례 [1]13514정성태1/5/202414118개발 환경 구성: 702. IIS - AppPool의 "Disable Overlapped Recycle" 옵션13513정성태1/5/202416115닷넷: 2194. C# - WebActivatorEx / System.Web의 PreApplicationStartMethod 특성13512정성태1/4/202416629개발 환경 구성: 701. IIS - w3wp.exe 프로세스의 ASP.NET 런타임을 항상 Warmup 모드로 유지하는 preload Enabled 설정13511정성태1/4/202415441닷넷: 2193. C# - ASP.NET Web Application + OpenAPI(Swashbuckle) 스펙 제공13510정성태1/3/202415848닷넷: 2192. C# - 특정 실행 파일이 있는지 확인하는 방법 (Linux) ... 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 ...