我正在尝试从用户机器上打开的表单中抓取选定的文本。目前,我已经尝试使用GetFocus,它的定义如下 static extern int GetFocus();'
在应用程序接口中写着- Retrieves the handle to the window that has the keyboard focus, if the window is attached to the calling thread's message queue.,这解释了为什么我的应用程序可以从我的应用程序
我已经导入了win32api。在执行时,我得到:ImportError: DLL load failed: The specified module could not be found.我不知道还能做什么,但我需要这样做,因为我需要从我的应用程序打印文档。
我在奔腾处理器(不是AMD)上运行的是windows864位,但在sourceforge页面上它是amd或32位。