Q&A

  • 활성창 검색에 관해...
GetActiveWindow로 해서 현재 활성화된 윈도의 핸들을 얻어 오려고 하는데..

핸들값이 '0'이 반환이 되서, 핸들을 구할 수가 없어여..

어떤 API를 사용해서 해야 정확한 모든 창의 핸들을 구할 수가 있죠..



글구 그렇게 핸들을 구해서 그 핸들을 소유하고 있는 응용프로그램의

이름을 얻는 방법은 없나여.. 이를테면.. 미디어 플레이어의 핸들을 얻어온후

WMedia2.exe 등의 식으로 파일이름을 얻을 수 있으면 하는데요..

1  COMMENTS
  • Profile
    s 2001.06.27 03:18
    GetActiveWindow's Return Values



    If the function succeeds, the return value is the handle to the active window associated with the thread that calls the function. If the calling thread does not have an active window, the return value is NULL.



    -------------



    읽어보니 이걸 쓸게 아니구만..

    다른 API를 쓰세요.



    GetCurrentProcess 이런걸 함 써보지...