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
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
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
Using Microsoft Spy++, I can see that t开发者_JAVA技巧he following windows that belong to a process:
Ca开发者_JS百科n you detect if someone is trying to hook into a window handle of your application (or a part thereof) in .NET?