Top "Handles" questions

Handle is an abstraction of a resource or a reference to an entity.

"Error Creating Window Handle"

We're working on a very large .NET WinForms composite application - not CAB, but a similar home grown framework. We're …

.net winforms handles
Difference between HANDLE and HWND in Windows API?

I'm trying to use function SetForegroundWindow(HWND hWnD). I have some handles but it's not working as parameter of above …

winapi hwnd handles
SWT No More Handles

Windows XP has the limit 10000 user handles for each process and total 32000 for each desktop session. However, when I run 4 …

windows swt handles
Resizable handles with jQueryUI

I need to make resizable handles like in this image. To be more specific, I need those blue dots to …

javascript jquery jquery-ui resizable handles
How to enumerate process' handles?

Is there any way how to enumerate process with given PID in windows, and get list of all his opened …

windows handles
Eclipse Unhandled event loop exception, no more handles Windows 7

My Eclipse is used to develop Android Apps. It worked fine until one day, a Unhandled event loop exception is …

eclipse debugging exception handles event-loop
Get process name from pid or handle

Assuming I already have the handle to a window, I can get the PID with GetWindowThreadProcessId. Is there a way …

c# windows process handles
Migrating 'Handles' from VB.NET to C#

I'm migrating some code from VB.NET to C# (3.5). I find structures like: Public Event DataLoaded(ByVal sender As Object, …

c# vb.net events handles
Testing for an invalid windows handle: should I compare with 'NULL', '0' or even 'nullptr'?

I'm coming from a background whereby pointers should generally be compared with 'NULL' and integers with '0'. Since I …

c++ windows null handles
jquery resizable handles on all sides not showing

I am trying to put handle on a jquery resiazble box on the 4 sides and 4 corners. I can get them …

jquery css resizable handles