Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用してFindWindowおりSetForegroundWindow、そのWin32 API中からpinvokeC# を使用しています。ウィンドウは、テキストがスクロールする画面で、ランダムに更新されます。特定のウィンドウだけが更新されたときに検出できるようにしたいと考えています。私はC#を初めて使用しますが、どうすればこれを行うことができますか?
FindWindow
SetForegroundWindow
Win32 API
pinvoke