window-handles
Dump handles of Windows process and extra information about them
today my application throw a \"no more handles\" error on Windows, while allocating an image. To debug this I would love to get a list of all handles my application has aquired. If possible even with[详细]
2023-02-05 14:29 分类:问答How to get the main window handle of a process using JScript?
Is there any method in JScript to get the handle of 开发者_C百科the main window of a process by providing the process name? The Process.MainWindowHandle property works only in JScript .NET. Is anythin[详细]
2023-01-15 21:40 分类:问答Handling invalid window handle
The application retrieve window handles, using Enum* routines. It happens that in the while the application manage the handle (get class name, window statistics...) of an enumerated/created window, t[详细]
2023-01-10 07:59 分类:问答Get all window handles for a process
Using Microsoft Spy++, I can see that t开发者_JAVA技巧he following windows that belong to a process:[详细]
2023-01-02 21:35 分类:问答Detect someone hooking onto a window handle
Ca开发者_JS百科n you detect if someone is trying to hook into a window handle of your application (or a part thereof) in .NET?[详细]
2022-12-19 19:41 分类:问答
加载中,请稍侯......