-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
Is there a way to enumerate all open file handles and/or registry handles in Windows Mobile 5 / Windows CE 5.x? In particular, I'd like to get the handles for all processes in the system, and not just the ones for my application. This would be similar to the list of handles in Sysinternals's…
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm looking for an environment variable editor that handles linebreaks well. I have a monster %PATH% to edit (edited to save side-scrolling):
C:\Program Files\Windows Resource Kits\Tools\;C:\Program Files\PC Connectivity
Solution\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
C:\cygwin\bin;C:\Program…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My pure DotNET library runs as a plugin inside an unmanaged desktop application. I've been getting a steady (though low) stream of crash reports that seem to indicate a problem with GDI handles (fonts in error messages etc. revert to the system font, display of all sorts of controls break down, massive…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to know how does mysql handles / implements the partitions internally.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
lang: c#.net 2.0
I have a Application X, that calls SubWindows 1, 2 and 3.
I will Pop up a MessageBox, when 1, 2 or 3 is opened.
My idea is a timer that ticks every 3 seconds and checks if the windows are opened.
But how to find the 3 exact windows? Can I use a Window-Handle-Spy-Application…
>>> More