성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] VT sequences to "CONOUT$" vs. STD_O...
[정성태] NetCoreDbg is a managed code debugg...
[정성태] Evaluating tail call elimination in...
[정성태] What’s new in System.Text.Json in ....
[정성태] What's new in .NET 9: Cryptography ...
[정성태] 아... 제시해 주신 "https://akrzemi1.wordp...
[정성태] 다시 질문을 정리할 필요가 있을 것 같습니다. 제가 본문에...
[이승준] 완전히 잘못 짚었습니다. 댓글 지우고 싶네요. 검색을 해보...
[정성태] 우선 답글 감사합니다. ^^ 그런데, 사실 저 예제는 (g...
[이승준] 수정이 안되어서... byteArray는 BYTE* 타입입니다...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <h1 style='font-family: Malgun Gothic, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>마우스 커서가 놓인 지점의 문자열 얻는 방법</h1> <p> 예전에 잠깐 소개한 적이 있는,<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > The managed way to retrieve text under the cursor (mouse pointer) ; <a target='tab' href='http://www.sysnet.pe.kr/2/2/186'>http://www.sysnet.pe.kr/2/2/186</a> The managed way to retrieve text under the cursor (mouse pointer) ; <a target='tab' href='http://blogs.msdn.com/b/oldnewthing/archive/2013/04/08/10409196.aspx'>http://blogs.msdn.com/b/oldnewthing/archive/2013/04/08/10409196.aspx</a> </pre> <br /> 위의 글에 공개된 코드는 마우스 커서 밑에 있는 텍스트 내용을 구하는데, 이번에는 '단어(Word)' 단위로 가져오는 것도 소개하는 글이 떴습니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Reading the word under the cursor via UI Automation ; <a target='tab' href='http://blogs.msdn.com/b/oldnewthing/archive/2015/02/16/10593625.aspx'>http://blogs.msdn.com/b/oldnewthing/archive/2015/02/16/10593625.aspx</a> </pre> <br /> 그런데, 직접 해보면 아시겠지만 그다지 인식율이 좋지 않습니다. 실제로 "<a target='tab' href='http://blogs.msdn.com/b/oldnewthing/archive/2015/02/16/10593625.aspx'>Reading the word under the cursor via UI Automation</a>" 글의 전제 조건에 해당하는 <a target='tab' href='https://docs.microsoft.com/en-us/dotnet/api/system.windows.automation.textpattern'>TextPattern</a> 클래스를 제공하는 응용 프로그램은 많지 않습니다.<br /> <br /> 몇 가지 테스트를 해 보니 메모장(notepad.exe), 마이크로소프트 오피스의 워드/아웃룩에서는 인식이 잘 되었습니다. 또한 WinForm 응용 프로그램을 만들때 기본 제공되는 "TextBox" 에디트 컨트롤에서도 인식이 됩니다.<br /> <br /> 하지만, 그 외 일반적으로 많이 사용하는 어도비 PDF 리더, 마이크로소프트 오피스의 파워포인트/원노트, 인터넷 익스플로러, 크롬 브라우저, Visual Studio 등에서는 인식이 안 되었습니다. TextPattern 클래스를 구현한 응용 프로그램이 별로 없다는 이야기겠지요. ^^<br /> <br /> 어쨌든 그래도 UI Automation의 활용 사례 중 하나로 알아두는 것도!<br /> <br /> <a target='tab' href='http://www.sysnet.pe.kr/bbs/DownloadAttachment.aspx?fid=915&boardid=331301885'>첨부한 코드</a>는 "<a target='tab' href='http://blogs.msdn.com/b/oldnewthing/archive/2015/02/16/10593625.aspx'>Reading the word under the cursor via UI Automation</a>" 글의 예제를 그대로 만들어 본 것입니다.<br /> </p><br /> <br /><hr /><span style='color: Maroon'>[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
1137
(왼쪽의 숫자를 입력해야 합니다.)